diff options
Diffstat (limited to 'nitrocli/Cargo.toml')
-rw-r--r-- | nitrocli/Cargo.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/nitrocli/Cargo.toml b/nitrocli/Cargo.toml index 895043b..0c9f0f4 100644 --- a/nitrocli/Cargo.toml +++ b/nitrocli/Cargo.toml @@ -32,6 +32,9 @@ description = """ A command line tool for interacting with the Nitrokey Storage device. """ +[badges] +gitlab = { repository = "d-e-s-o/nitrocli", branch = "devel" } + [dependencies.nitrokey] version = "0.2.1" path = "../nitrokey" |