album/Cargo.toml

27 lines
365 B
TOML
Raw Normal View History

[package]
name = "rphotos"
version = "0.1.0"
authors = ["Rasmus Kaj <kaj@kth.se>"]
[[bin]]
name = "rphotos"
path = "src/main.rs"
[[bin]]
name = "readkpa"
path = "src/readkpa.rs"
[dependencies]
nickel = "*"
env_logger = "*"
2015-11-21 18:21:44 +03:00
log = "*"
rustorm = "*"
chrono = "*"
rustc-serialize = "*"
2015-11-22 15:01:39 +03:00
typemap = "*"
plugin = "*"
image = "*"
hyper = "0.6.16"
2015-11-22 15:01:39 +03:00
time = "*"
xml-rs = "*"