diff options
author | Lizzy Fleckenstein <eliasfleckenstein@web.de> | 2023-02-06 19:29:45 +0100 |
---|---|---|
committer | Lizzy Fleckenstein <eliasfleckenstein@web.de> | 2023-02-06 19:29:45 +0100 |
commit | 3174f1dab02537f4156fa2366855a36557a21200 (patch) | |
tree | 1d5f441d3883b5183b33be941759747abb0384dd /lib/Cargo.toml | |
parent | 2cc2a5b3b1823df7d3005e7683c4b4fb04559037 (diff) | |
download | generate-random-3174f1dab02537f4156fa2366855a36557a21200.tar.xz |
Support enumset
Diffstat (limited to 'lib/Cargo.toml')
-rw-r--r-- | lib/Cargo.toml | 1 |
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" |