From 446e78b95a2d2b74afb9ab7c39bf135ee5e8ab32 Mon Sep 17 00:00:00 2001 From: Robin Krahl Date: Thu, 27 Aug 2020 13:13:54 +0200 Subject: Add otp-cache extension --- extensions/otp-cache/Cargo.toml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 extensions/otp-cache/Cargo.toml (limited to 'extensions/otp-cache/Cargo.toml') diff --git a/extensions/otp-cache/Cargo.toml b/extensions/otp-cache/Cargo.toml new file mode 100644 index 0000000..0d9a171 --- /dev/null +++ b/extensions/otp-cache/Cargo.toml @@ -0,0 +1,12 @@ +[package] +name = "nitrocli-otp-cache" +version = "0.1.0" +authors = ["Robin Krahl "] +edition = "2018" + +[dependencies] +anyhow = "1" +serde = { version = "1", features = ["derive"] } +structopt = { version = "0.3.17", default-features = false } +toml = "0.5" +xdg = "2" -- cgit v1.2.1