summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorRomeo Disca <romeo.disca@gmail.com>2020-08-06 22:41:02 +0200
committerRomeo Disca <romeo.disca@gmail.com>2020-08-06 22:41:02 +0200
commit43664e4174d89a57f3679cdfdbebe2f706b56790 (patch)
tree5608bee290f4c7b6b401f7b855565c56de7ca166 /Cargo.toml
parente7595ef9caf602e5076c24cc5d01f285b6988b26 (diff)
chore: create simple event handler
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 31e1929..bdd05e1 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -7,3 +7,4 @@ edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
+num_enum = "0.4.2"