mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-03-31 17:55:36 +00:00
Initial commit: aquatic, udp bittorrent tracker
This commit is contained in:
commit
ace2e1a296
18 changed files with 1386 additions and 0 deletions
8
bittorrent_udp/Cargo.toml
Normal file
8
bittorrent_udp/Cargo.toml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
[package]
|
||||
name = "bittorrent_udp"
|
||||
version = "0.1.0"
|
||||
authors = ["Joakim Frostegård <joakim.frostegard@gmail.com>"]
|
||||
edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
byteorder = "1"
|
||||
Loading…
Add table
Add a link
Reference in a new issue