Initial commit: aquatic, udp bittorrent tracker

This commit is contained in:
Joakim Frostegård 2020-04-04 22:08:32 +02:00
commit ace2e1a296
18 changed files with 1386 additions and 0 deletions

17
Cargo.toml Normal file
View file

@ -0,0 +1,17 @@
[workspace]
members = [
"bittorrent_udp",
"aquatic",
]
[profile.dev]
debug = true
[profile.release]
debug = true
lto = true
[profile.bench]
opt-level = 3
lto = true