summaryrefslogtreecommitdiff
path: root/utils/Cargo.toml
blob: a254855e8f0a51f7b94283ff0f29a4b198db00e3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "survey-generate"
version = "0.1.0"
authors = ["stuebinm <stuebinm@disroot.org>"]
edition = "2018"

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

[dependencies]
serde = { version = "1.0", features = [ "derive" ] }
#serde_dhall = "0.10.0"
serde_dhall = { path = "../../playground/dhall-rust/serde_dhall" }
serde_json = "1.0.64"
age = "0.5.1"
structopt = "0.3.21"
secrecy = "0.7.0"