16 lines
343 B
TOML
16 lines
343 B
TOML
[package]
|
|
name = "curators"
|
|
version = "0.1.0"
|
|
authors = ["Micha Glave <mig@xilab.net>"]
|
|
edition = "2018"
|
|
exclude = [".travis.yml", ".gitignore", "test-data/**"]
|
|
description = "Image Gallery. Defined by plain files."
|
|
|
|
[dependencies]
|
|
toml = "0.5"
|
|
structopt = "0.3"
|
|
#exempi = "2.5.0"
|
|
strum = "0.18.0"
|
|
strum_macros = "0.18.0"
|
|
kamadak-exif = "0.5"
|