summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorBen Bridle <bridle.benjamin@gmail.com>2024-10-05 09:20:50 +1300
committerBen Bridle <bridle.benjamin@gmail.com>2024-10-05 09:20:50 +1300
commit73e7394e32720bb87300d565ee3f52e31ddfc41e (patch)
tree2583f22985d6c7acc96d985a5507be4993b93401 /Cargo.toml
downloadevent-queue-1.0.0.zip
Update version to 1.0.0v1.0.0
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml9
1 files changed, 9 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
new file mode 100644
index 0000000..ac30292
--- /dev/null
+++ b/Cargo.toml
@@ -0,0 +1,9 @@
+[package]
+name = "event_queue"
+version = "1.0.0"
+authors = ["Ben Bridle"]
+edition = "2021"
+
+# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
+
+[dependencies]