udpt/Cargo.toml
2018-10-28 08:41:52 +02:00

23 lines
399 B
TOML

[package]
name = "udpt-rs"
version = "0.1.0"
authors = ["Naim A. <naim94a@github.com>"]
description = "High performance torrent tracker"
[profile.release]
lto = true
[dependencies]
serde = "1.0.80"
bincode = "1.0.1"
serde_derive = "1.0.80"
actix-web = "0.7.13"
binascii = "0.1.2"
toml = "0.4.8"
clap = "2.32.0"
log = "0.4.5"
fern = "0.5.6"
num_cpus = "1.8.0"
serde_json = "1.0.32"
bzip2 = "0.3.3"