album/Cargo.toml
Rasmus Kaj 10b5b4453c Use the "compressed" sass output.
This currently uses the sass-sys low-level interface, because the
operation is not supported in sass-rs.

The PR https://github.com/compass-rs/sass-rs/pull/3 adds high-level
support.  If / when that is fixed, the direct requirement for sass-sys
should be removed from rphotos.
2016-04-23 22:15:24 +02:00

43 lines
594 B
TOML

[package]
name = "rphotos"
version = "0.1.0"
authors = ["Rasmus Kaj <kaj@kth.se>"]
build = "src/sassify.rs"
[build-dependencies]
sass-rs = "*"
sass-sys = "*"
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 = "0.8.1"
time = "*"
xml-rs = "*"
rexif = "0.3.3"