From ebd6148f1ed933c37ca7b3f74c89b08ba4857d69 Mon Sep 17 00:00:00 2001 From: eug-vs Date: Mon, 23 Jan 2023 04:22:22 +0300 Subject: chore: install num_enum --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') 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" -- cgit v1.2.3