diff options
Diffstat (limited to 'nitrocli/Cargo.toml')
-rw-r--r-- | nitrocli/Cargo.toml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/nitrocli/Cargo.toml b/nitrocli/Cargo.toml index fc97e20..1fd4f3d 100644 --- a/nitrocli/Cargo.toml +++ b/nitrocli/Cargo.toml @@ -54,4 +54,7 @@ path = "../nitrokey" "cc:1.0.28" = { path = "../cc" } "libc:0.2.45" = { path = "../libc" } "nitrokey-sys:3.4.1" = { path = "../nitrokey-sys" } -"rand:0.4.3" = { path = "../rand" } +"rand:0.6.1" = { path = "../rand" } +"rustc_version:0.2.3" = { path = "../rustc_version" } +"semver:0.9.0" = { path = "../semver" } +"semver-parser:0.7.0" = { path = "../semver-parser" } |