aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorTorsten Sadowski <tsadowski@gmx.net>2024-05-21 23:38:47 +0200
committerTorsten Sadowski <tsadowski@gmx.net>2024-05-21 23:38:47 +0200
commit739f6a1f27dd91ca6ffe965a3ace173ca4d0ec45 (patch)
tree8a0422c5ef868146889ad58bbb45db8bbe559cfb /Cargo.toml
parent283313e8619d629757a62487d8656fb3781dd554 (diff)
Added Enum macros for GUI
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 0ad95d9..a50c73d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -19,10 +19,10 @@ precomputed_common_max_powers = []
[dependencies]
unicode-segmentation = "1.10.0"
+strum = "0.26.0"
+strum_macros = "0.26.0"
[dev-dependencies]
-strum = "0.24"
-strum_macros = "0.24"
digest = "0.10.5"
md4 = "0.10.2"
md-5 = "0.10.5"