polaris/Cargo.toml
2016-09-17 03:05:31 -07:00

26 lines
No EOL
733 B
TOML

[package]
name = "polaris"
version = "0.1.0"
authors = ["Antoine Gersant <antoine.gersant@lesforges.org>"]
[features]
ui = []
[dependencies]
id3 = { git = "https://github.com/jameshurst/rust-id3" }
iron = "0.4.0"
mount = "0.2.1"
oven = { git = "https://github.com/agersant/oven", branch = "remove_cookie_dep" }
params = "0.3.1"
regex = "0.1"
router = "0.4.0"
rustc-serialize = "0.3"
staticfile = "0.3.0"
toml = "0.2"
url = "1.2.0"
winapi = { git = "https://github.com/retep998/winapi-rs" }
kernel32-sys = { git = "https://github.com/retep998/winapi-rs" }
shell32-sys = { git = "https://github.com/retep998/winapi-rs" }
user32-sys = { git = "https://github.com/retep998/winapi-rs" }
uuid = { version = "0.3.0", features = ["v5"] }