aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorRobin Krahl <robin.krahl@ireas.org>2020-08-27 13:13:54 +0200
committerRobin Krahl <robin.krahl@ireas.org>2020-08-27 13:13:54 +0200
commit446e78b95a2d2b74afb9ab7c39bf135ee5e8ab32 (patch)
tree4c71d46dc984bbbe306ce630759708def4887d4a /Cargo.toml
parent223c8484f727451d15ad23ffb0133a1858b56b5c (diff)
downloadnitrocli-446e78b95a2d2b74afb9ab7c39bf135ee5e8ab32.tar.gz
nitrocli-446e78b95a2d2b74afb9ab7c39bf135ee5e8ab32.tar.bz2
Add otp-cache extensionotp-cache
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 4e477cd..d0359cb 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -70,3 +70,6 @@ version = "1"
[dev-dependencies.tempfile]
version = "3.1"
+
+[workspace]
+members = ["extensions/*"]