diff --git a/Cargo.toml b/Cargo.toml index 8b3f0ff..e2d1491 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,10 @@ [package] name = "comlexr" +description = "Dynamically build Command objects with conditional expressions" +repository = "https://gitlab.com/wunker-bunker/comlexr" version = "1.0.0" edition = "2018" +license = "MIT" [lib] proc-macro = true