summaryrefslogtreecommitdiff
path: root/utils/Cargo.toml
blob: 566d6042ef5e700d143993117dfaba6fed27113e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "rust"
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"