Add pathsub; Add a bunch of metadata.
This commit is contained in:
17
Cargo.toml
17
Cargo.toml
@@ -2,18 +2,25 @@
|
|||||||
name = "raven"
|
name = "raven"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
edition = "2024"
|
edition = "2024"
|
||||||
authors = ["Olivia Brooks", "Adrian Long"]
|
|
||||||
repository = "https://gitea.cutieguwu.ca/Cutieguwu/raven"
|
|
||||||
license = "MIT"
|
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
|
publish = false
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
anyhow = "1.0"
|
anyhow = "1.0"
|
||||||
bytesize = "2.3"
|
bytesize = "2.3"
|
||||||
ron = "0.12"
|
# hard-xml = "1.41"
|
||||||
|
pathsub = "0.1.1"
|
||||||
|
ron = "0.12.0"
|
||||||
sha256 = "1.6"
|
sha256 = "1.6"
|
||||||
subprocess = "0.2"
|
subprocess = "0.2.13"
|
||||||
toml = "0.9"
|
toml = "0.9.11"
|
||||||
|
|
||||||
[dependencies.clap]
|
[dependencies.clap]
|
||||||
version = "4.5"
|
version = "4.5"
|
||||||
|
|||||||
Reference in New Issue
Block a user