aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAndreas Grois <soulsource@users.noreply.github.com>2024-05-22 18:09:38 +0200
committerGitHub <noreply@github.com>2024-05-22 18:09:38 +0200
commit0a89a1d45f0469798cdbc0f8a434026f0c676ba3 (patch)
tree8a0422c5ef868146889ad58bbb45db8bbe559cfb /Cargo.toml
parent283313e8619d629757a62487d8656fb3781dd554 (diff)
parent739f6a1f27dd91ca6ffe965a3ace173ca4d0ec45 (diff)
Merge pull request #2 from tsadowski/main
This adds some strum derive macro invocations above the enums in the public interface, for converting to/from string representation of the parameters. Long term plan is to put the strum dependency behind a feature-gate.
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"