diff options
author | Ben Bridle <bridle.benjamin@gmail.com> | 2024-10-05 09:20:50 +1300 |
---|---|---|
committer | Ben Bridle <bridle.benjamin@gmail.com> | 2024-10-05 09:20:50 +1300 |
commit | 73e7394e32720bb87300d565ee3f52e31ddfc41e (patch) | |
tree | 2583f22985d6c7acc96d985a5507be4993b93401 /Cargo.toml | |
download | event-queue-73e7394e32720bb87300d565ee3f52e31ddfc41e.zip |
Update version to 1.0.0v1.0.0
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 9 |
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] |