curators/Cargo.toml

26 lines
608 B
TOML
Raw Permalink Normal View History

2020-06-17 11:08:44 +02:00
[package]
authors = ["Micha Glave <coding@migmedia.de>"]
description = "An image gallery, defined by plain files."
2020-06-17 11:08:44 +02:00
edition = "2018"
exclude = [".travis.yml", ".gitignore", "test-data/**"]
name = "curators"
readme = "README.md"
version = "0.1.0"
2020-06-17 11:08:44 +02:00
[dependencies]
actix-rt = "1.0"
actix-web = "2.0"
diesel = { version ="1.4", features = ["sqlite", "r2d2", "uuid", "chrono"] }
uuid = { version="0.7", features = ["v5"] }
dotenv = "0.15"
env_logger = "0.7"
futures = "0.3"
kamadak-exif = "0.5"
listenfd = "0.3"
2020-06-17 11:08:44 +02:00
structopt = "0.3"
strum = "0.18.0"
strum_macros = "0.18.0"
toml = "0.5"
chrono = "0.4"
anyhow = "1"