polaris/Cargo.toml

17 lines
413 B
TOML
Raw Normal View History

2016-08-14 08:30:40 +00:00
[package]
2016-08-28 23:42:16 +00:00
name = "polaris"
2016-08-14 08:30:40 +00:00
version = "0.1.0"
authors = ["Antoine Gersant <antoine.gersant@lesforges.org>"]
2016-08-19 06:29:27 +00:00
[dependencies]
id3 = { git = "https://github.com/jameshurst/rust-id3" }
2016-09-15 06:33:38 +00:00
iron = "0.4.0"
mount = "0.2.1"
oven = { git = "https://github.com/agersant/oven", branch = "remove_cookie_dep" }
params = "0.3.1"
2016-08-31 06:32:18 +00:00
regex = "0.1"
2016-09-15 06:33:38 +00:00
router = "0.4.0"
rustc-serialize = "0.3"
2016-09-15 06:33:38 +00:00
staticfile = "0.3.0"
toml = "0.2"
url = "1.2.0"