From d4724b4734776d32fb86cd3c932e18fc41b68316 Mon Sep 17 00:00:00 2001 From: SoniEx2 Date: Thu, 11 Nov 2021 20:29:55 -0300 Subject: Start porting Brigadier to Rust --- Cargo.toml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 Cargo.toml (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..92ff3ba --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,14 @@ +[package] +name = "iosonism" +version = "0.1.0" +authors = ["SoniEx2 "] +license = "MIT" +description = "An advanced command parser" +edition = "2021" +repository = "https://soniex2.autistic.space/git-repos/iosonism.git" +readme = "README.md" +publish = false # for now + +# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html + +[dependencies] -- cgit 1.4.1