ws: use idiomatic folder structure

This commit is contained in:
Joakim Frostegård 2021-11-27 18:19:08 +01:00
parent aa3253fcd6
commit d20e57d861
17 changed files with 0 additions and 2 deletions

View file

@ -9,11 +9,9 @@ repository = "https://github.com/greatest-ape/aquatic"
[lib]
name = "aquatic_ws"
path = "src/lib/lib.rs"
[[bin]]
name = "aquatic_ws"
path = "src/bin/main.rs"
[features]
default = ["with-mio"]