album/Cargo.toml
Rasmus Kaj d4bfe0756f Use scss to prepare css.
The css file is built to a file with (short) checksum in the
file name, to be nicely cacheable.  The actual file name is
compiled into the binary and sent to the templates as a variable.
2016-04-22 23:56:13 +02:00

42 lines
575 B
TOML

[package]
name = "rphotos"
version = "0.1.0"
authors = ["Rasmus Kaj <kaj@kth.se>"]
build = "src/sassify.rs"
[build-dependencies]
sass-rs = "*"
md5 = "*"
rustc-serialize = "*"
[[bin]]
name = "rphotos"
path = "src/main.rs"
[[bin]]
name = "readkpa"
path = "src/readkpa.rs"
[[bin]]
name = "findphotos"
path = "src/findphotos.rs"
[dependencies.rustorm]
version = "*"
default-features = false
[dependencies]
nickel = "*"
env_logger = "*"
log = "*"
chrono = "*"
rustc-serialize = "*"
typemap = "*"
plugin = "*"
image = "*"
hyper = "*"
time = "*"
xml-rs = "*"
rexif = "0.3.3"