udpt/Cargo.toml

16 lines
312 B
TOML
Raw Normal View History

2018-06-08 16:35:22 +01:00
[package]
name = "udpt-rs"
version = "0.1.0"
authors = ["Naim A. <227396+naim94a@users.noreply.github.com>"]
description = "High performance torrent tracker"
2018-06-11 20:46:57 +01:00
[profile.release]
lto = true
2018-06-08 16:35:22 +01:00
[dependencies]
serde = "1.0.66"
bincode = "1.0.0"
serde_derive = "1.0.66"
hyper = "0.12"
futures = "0.1.21"
tokio = "0.1.7"