album/Cargo.toml
Rasmus Kaj 444aa2f39d Release 0.4.16.
* Add admin ux to set image position.
* Fix leaflet markers. Sometimes the markers would not view, that was
  because the trick to find the correct url for the marker images
  didn't work when the css might load after the js.  So just load the
  css before the js instead.
* Update ructe to 0.4.x.
* Some cleanups, mainly clippy-suggested.
2018-07-15 22:53:41 +02:00

39 lines
893 B
TOML

[package]
name = "rphotos"
version = "0.4.16"
authors = ["Rasmus Kaj <kaj@kth.se>"]
build = "src/build.rs"
[build-dependencies]
ructe = { version = "^0.4.0", features = ["sass", "mime02"] }
[dependencies]
nickel = "~0.10.0"
nickel-jwt-session = "~0.10.0"
hyper = "~0.10.0"
env_logger = "*"
libc = "*"
log = "*"
chrono = "~0.4.0" # Must match version used by diesel
clap = "^2.19"
typemap = "*"
plugin = "*"
image = "^0.19.0"
time = "*"
kamadak-exif = "~0.3.0"
diesel = { version = "~1.1.0", features = ["chrono", "postgres"] }
diesel_infer_schema = { version = "~1.1.0", features = ["postgres"] }
r2d2-diesel = "^1.0.0"
r2d2 = "^0.8.2" # Must match version used by r2d2-diesel
rustc-serialize = "0.3.24" # Must match version used by nickel
dotenv = "~0.10.1"
djangohashers = "*"
rand = "~0.3.18"
memcached-rs = "^0.2"
flate2 = "^1.0.0"
brotli2 = "*"
mime = "0.2.6"
regex = "*"
slug = "0.1"