album/Cargo.toml
Rasmus Kaj b1d53c0762 Photos can have tags.
Read old data from kphotoalbum.
2015-11-23 06:48:09 +01:00

27 lines
360 B
TOML

[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 = "*"
log = "*"
rustorm = "*"
chrono = "*"
rustc-serialize = "*"
typemap = "*"
plugin = "*"
image = "*"
hyper = "*"
time = "*"
xml-rs = "*"