diff options
author | eug-vs <eugene@eug-vs.xyz> | 2023-01-23 04:22:22 +0300 |
---|---|---|
committer | eug-vs <eugene@eug-vs.xyz> | 2023-01-23 04:22:22 +0300 |
commit | ebd6148f1ed933c37ca7b3f74c89b08ba4857d69 (patch) | |
tree | 7c023d01963972af8922c6084061e7debf2da1f9 /Cargo.toml | |
parent | 8d15b6e44df2db82b5c1c2b56e19a7cd9d7a4c75 (diff) | |
download | chessnost-ebd6148f1ed933c37ca7b3f74c89b08ba4857d69.tar.gz |
chore: install num_enum
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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" |