aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authoreug-vs <eugene@eug-vs.xyz>2023-01-23 04:22:22 +0300
committereug-vs <eugene@eug-vs.xyz>2023-01-23 04:22:22 +0300
commitebd6148f1ed933c37ca7b3f74c89b08ba4857d69 (patch)
tree7c023d01963972af8922c6084061e7debf2da1f9 /Cargo.toml
parent8d15b6e44df2db82b5c1c2b56e19a7cd9d7a4c75 (diff)
downloadchessnost-ebd6148f1ed933c37ca7b3f74c89b08ba4857d69.tar.gz
chore: install num_enum
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 369c5be..f47bb6e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -6,3 +6,4 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
+num_enum = "0.5.7"