aquatic/bittorrent_udp/Cargo.toml

13 lines
No EOL
251 B
TOML

[package]
name = "bittorrent_udp"
version = "0.1.0"
authors = ["Joakim Frostegård <joakim.frostegard@gmail.com>"]
edition = "2018"
license = "Apache-2.0"
[dependencies]
byteorder = "1"
[dev-dependencies]
quickcheck = "0.9"
quickcheck_macros = "0.9"