album/Cargo.toml

46 lines
848 B
TOML
Raw Normal View History

[package]
name = "rphotos"
version = "0.1.0"
authors = ["Rasmus Kaj <kaj@kth.se>"]
build = "src/build.rs"
[build-dependencies]
diesel_codegen_syntex = { version = "^0.9", features = ["postgres", "syntex"] }
2017-02-05 15:08:38 +04:00
ructe = "^0.2.4"
rsass = "*"
[[bin]]
name = "rphotoserver"
path = "src/main.rs"
2016-08-28 23:06:45 +03:00
[[bin]]
name = "rphotosadm"
path = "src/rphotosadm.rs"
2016-08-28 23:06:45 +03:00
[dependencies]
2016-10-28 01:44:30 +03:00
nickel = "^0.9"
nickel-jwt-session = "^0.5"
env_logger = "*"
2015-11-21 18:21:44 +03:00
log = "*"
chrono = "^0.2" # Must match version used by diesel
clap = "^2.19"
2015-11-21 18:21:44 +03:00
rustc-serialize = "*"
2015-11-22 15:01:39 +03:00
typemap = "*"
plugin = "*"
image = "*"
hyper = "^0.9"
2015-11-22 15:01:39 +03:00
time = "*"
xml-rs = "*"
rexif = "*"
diesel = { version = "^0.9", default-features = false, features = ["chrono", "postgres"] }
dotenv = "*"
r2d2 = "*"
2016-10-28 01:44:30 +03:00
nickel-diesel = "*"
r2d2-diesel = "^0.9"
2016-07-02 13:50:25 +03:00
djangohashers = "*"
rand = "*"
2016-11-03 19:18:07 +03:00
memcached-rs = "^0.1"
flate2 = "*"
brotli2 = "*"