diff --git a/Cargo.toml b/Cargo.toml index cb13136..b759c35 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,11 @@ [package] name = "sdn" +description = "Software Defined Networking" +license = "ISC" +readme = "README.md" +repository = "https://git.nstr.no/nstr-sw/sdn" +authors = ["Nstr Software AS"] +keywords = ["sdn"] version = "0.1.0" edition = "2021"