uses an example http server to test client functionality

This commit is contained in:
geoffsee
2025-08-26 14:37:54 -04:00
parent aa25ffb215
commit b0d37194fe
11 changed files with 1382 additions and 2 deletions

12
crates/example/Cargo.toml Normal file
View File

@@ -0,0 +1,12 @@
[package]
name = "example"
version = "0.1.0"
edition = "2024"
[dependencies]
tokio = { version = "1.47.1", features = ["macros", "rt-multi-thread"] }
axum = "0.8.4"
hyper-custom-cert = { path = "../hyper-custom-cert", features = ["rustls", "insecure-dangerous"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"