diff --git a/Cargo.toml b/Cargo.toml index fa363ba..c3f6124 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,18 +2,25 @@ name = "raven" version = "0.1.0" edition = "2024" -authors = ["Olivia Brooks", "Adrian Long"] -repository = "https://gitea.cutieguwu.ca/Cutieguwu/raven" license = "MIT" + +authors = ["Olivia Brooks", "Adrian Long"] +description = "A simple build tool for Java" +repository = "https://gitea.cutieguwu.ca/Cutieguwu/raven" + +keywords = ["java", "tool"] +categories = ["development-tools::build-utils"] publish = false [dependencies] anyhow = "1.0" bytesize = "2.3" -ron = "0.12" +# hard-xml = "1.41" +pathsub = "0.1.1" +ron = "0.12.0" sha256 = "1.6" -subprocess = "0.2" -toml = "0.9" +subprocess = "0.2.13" +toml = "0.9.11" [dependencies.clap] version = "4.5" @@ -25,4 +32,4 @@ features = ["serde"] [dependencies.serde] version = "1.0" -features =["derive"] +features = ["derive"]