summary refs log tree commit diff stats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorSoniEx2 <endermoneymod@gmail.com>2021-11-11 20:29:55 -0300
committerSoniEx2 <endermoneymod@gmail.com>2021-11-11 20:29:55 -0300
commitd4724b4734776d32fb86cd3c932e18fc41b68316 (patch)
treef289b70f1aa1b971d76737d702ea112a67d9c8c2 /Cargo.toml
Start porting Brigadier to Rust
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml14
1 files changed, 14 insertions, 0 deletions
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 <endermoneymod@gmail.com>"]
+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]