summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 6ae8868756221737c0364d1c617f441e2175e2b7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[package]
name = "gallery"
version = "0.1.0"
authors = ["Julian T <julian@jtle.dk>"]
edition = "2018"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
chrono = "0.4"
glob = "0.3"
image = "0.23"
kamadak-exif = "0.5"
md5 = "0.7"
serde = { version = "1.0", features = ["derive"] }
serde_yaml = "0.8"
structopt = "0.3"
tera = "1"
thiserror = "1"