udpt/Cargo.toml

15 lines
281 B
TOML
Raw Normal View History

2018-06-08 16:35:22 +01:00
[package]
name = "udpt-rs"
version = "0.1.0"
2018-10-19 10:23:08 +01:00
authors = ["Naim A. <naim94a@github.com>"]
2018-06-08 16:35:22 +01:00
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]
2018-10-19 10:23:08 +01:00
serde = "1.0.80"
bincode = "1.0.1"
serde_derive = "1.0.80"
2018-10-20 23:02:12 +01:00
actix-web = "0.7.13"
binascii = "0.1.2"