http: use idiomatic folder structure

This commit is contained in:
Joakim Frostegård 2021-11-27 18:23:29 +01:00
parent d20e57d861
commit 4071d4d874
7 changed files with 0 additions and 2 deletions

View file

@ -9,11 +9,9 @@ repository = "https://github.com/greatest-ape/aquatic"
[lib]
name = "aquatic_http"
path = "src/lib/lib.rs"
[[bin]]
name = "aquatic_http"
path = "src/bin/main.rs"
[features]
cpu-pinning = ["aquatic_common/cpu-pinning"]