diff --git a/Cargo.toml b/Cargo.toml index 26ac0d5..15ed7b7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,12 @@ +# TODO: Add `LICENSE-APACHE` to `license-file` once that key supports multiple licenses [package] edition = "2021" name = "zbuild" +description = "Make-like build system" +license-file = "LICENSE-MIT" version = "0.1.3" +repository = "https://github.com/zenithsiz/zbuild" +publish = ["filipejr"] [dependencies]