diff options
author | Andreas Grois <soulsource@users.noreply.github.com> | 2024-05-22 18:09:38 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-22 18:09:38 +0200 |
commit | 0a89a1d45f0469798cdbc0f8a434026f0c676ba3 (patch) | |
tree | 8a0422c5ef868146889ad58bbb45db8bbe559cfb /Cargo.toml | |
parent | 283313e8619d629757a62487d8656fb3781dd554 (diff) | |
parent | 739f6a1f27dd91ca6ffe965a3ace173ca4d0ec45 (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.toml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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" |