We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad3b888 commit ee99b5fCopy full SHA for ee99b5f
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
edition = "2021"
13
14
[dependencies]
0 commit comments