From 97983575c0a810f12c9f8ff1c56136cf6c60120f Mon Sep 17 00:00:00 2001 From: Filipe Rodrigues Date: Sun, 7 Jan 2024 15:55:30 +0000 Subject: [PATCH] Prepared package for publishing on a registry. --- Cargo.toml | 5 +++++ 1 file changed, 5 insertions(+) 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]