aboutsummaryrefslogtreecommitdiff
path: root/lib/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Cargo.toml')
-rw-r--r--lib/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Cargo.toml b/lib/Cargo.toml
index f1b4b10..ddd300b 100644
--- a/lib/Cargo.toml
+++ b/lib/Cargo.toml
@@ -14,6 +14,7 @@ keywords = ["random"]
[dependencies]
rand = "0.8.5"
generate-random-macro = { version = "0.1.0", path = "../derive-macro" }
+enumset = { git = "https://github.com/Lymia/enumset", optional = true }
[dev-dependencies]
rand_chacha = "0.3.1"