diff --git a/AUTHORS b/AUTHORS new file mode 100644 index 0000000..b720622 --- /dev/null +++ b/AUTHORS @@ -0,0 +1,6 @@ +Colin Walters +Erik Sjölund +German Maglione +Jake Correnti +Sergio Lopez +Tyler Fanelli diff --git a/Cargo.lock b/Cargo.lock index f8c4083..b344696 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -230,7 +230,7 @@ dependencies = [ [[package]] name = "krunkit" -version = "0.2.2" +version = "1.0.0" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index 01c4325..655f53a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "krunkit" -version = "0.2.2" -authors = ["Tyler Fanelli "] +version = "1.0.0" +authors = ["The krunkit Authors"] edition = "2021" description = "CLI tool to start VMs with libkrun" readme = "README.md"