udp: use idiomatic folder structure (lib.rs + main.rs in src)

This commit is contained in:
Joakim Frostegård 2021-11-27 18:17:25 +01:00
parent b9bc5a2aa4
commit aa3253fcd6
9 changed files with 0 additions and 1 deletions

View file

@ -9,7 +9,6 @@ repository = "https://github.com/greatest-ape/aquatic"
[lib]
name = "aquatic_udp"
path = "src/lib/lib.rs"
[[bin]]
name = "aquatic_udp"