We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de1e0d8 commit d21a8bdCopy full SHA for d21a8bd
Cargo.toml
@@ -1,12 +1,14 @@
1
[package]
2
name = "update-ssh-keys"
3
authors = [ "Stephen Demos <stephen.demos@coreos.com>",
4
- "Luca Bruno <lucab@debian.org>" ]
+ "Luca Bruno <lucab@debian.org>",
5
+ "Dongsu Park <dpark@linux.microsoft.com>",
6
+ "Kai Lueke <kailuke@microsoft.com>" ]
7
license = "Apache-2.0"
-repository = "https://github.com/coreos/update-ssh-keys"
8
+repository = "https://github.com/flatcar/update-ssh-keys"
9
documentation = "https://docs.rs/update-ssh-keys"
10
description = "A tool for managing authorized SSH keys"
-version = "0.4.2-alpha.0"
11
+version = "0.7.0"
12
13
[dependencies]
14
fs2 = "0.4"
0 commit comments