aboutsummaryrefslogtreecommitdiff
path: root/extensions/otp-cache/Cargo.toml
blob: 0d9a171fb0e6db942c0c764ce69e591c88445679 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "nitrocli-otp-cache"
version = "0.1.0"
authors = ["Robin Krahl <robin.krahl@ireas.org>"]
edition = "2018"

[dependencies]
anyhow = "1"
serde = { version = "1", features = ["derive"] }
structopt = { version = "0.3.17", default-features = false }
toml = "0.5"
xdg = "2"