diff --git a/Cargo.toml b/Cargo.toml index 145be7b..532f673 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,6 +3,9 @@ name = "buildj" version = "0.1.4" authors = ["Hatter Jiang "] edition = "2018" +homepage = "https://buildj.ruststack.org/" +license = "MIT" +description = "A java build tool" [dependencies] json = "0.12.4"