b1d53c0762
Read old data from kphotoalbum.
27 lines
360 B
TOML
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 = "*"
|