summaryrefslogtreecommitdiff
path: root/utils/Cargo.toml
blob: e959f5519b92a5de4da455d54a33f4558f8e7552 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[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_json = "1.0.64"
age = "0.5.1"
structopt = "0.3.21"
secrecy = "0.7.0"