-
- Downloads
initial commit
.gitignore
0 → 100644
Cargo.lock
0 → 100644
This diff is collapsed.
Cargo.toml
0 → 100644
[package] | ||
name = "http_echoserver" | ||
version = "0.1.0" | ||
authors = ["Stephen"] | ||
edition = "2018" | ||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html | ||
[dependencies] | ||
warp = "0.2" | ||
serde = { version = "1.0", features = ["derive"] } | ||
tokio = { version = "0.2", features = ["macros"] } |
rustfmt.toml
0 → 100644
src/main.rs
0 → 100644
Please register or sign in to comment