From de7c0e6409ca76884a4c270d14f473823fde4b28 Mon Sep 17 00:00:00 2001 From: Olivia Brooks <109807080+Cutieguwu@users.noreply.github.com> Date: Wed, 28 Jan 2026 19:38:22 -0500 Subject: [PATCH] Add pathsub; Add a bunch of metadata. --- Cargo.toml | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) 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"]