diff --git a/Cargo.toml b/Cargo.toml index 5c4d90b..9c1d8c2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,9 +1,10 @@ [package] name = "beamctl" -version = "0.1.1" +version = "0.1.2" edition = "2021" repository = "https://github.com/samply/beamctl" - +documentation = "https://github.com/samply/beamctl" +license = "Apache-2.0" [dependencies] anyhow = "1"