diff options
Diffstat (limited to 'nitrocli/Cargo.toml')
-rw-r--r-- | nitrocli/Cargo.toml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/nitrocli/Cargo.toml b/nitrocli/Cargo.toml index 8440460..42b3ae9 100644 --- a/nitrocli/Cargo.toml +++ b/nitrocli/Cargo.toml @@ -57,6 +57,11 @@ path = "../libc" version = "0.3" path = "../nitrokey" +[dev-dependencies.nitrokey-test] +version = "0.1.1" + +[dev-dependencies.regex] +version = "1" [replace] "base32:0.4.0" = { path = "../base32" } |