mirror of
https://gitlab.computer.surgery/matrix/grapevine.git
synced 2025-12-16 15:21:24 +01:00
use strum instead
This commit is contained in:
parent
792300d220
commit
9364d44ce2
3 changed files with 27 additions and 12 deletions
|
|
@ -129,6 +129,7 @@ serde_html_form = "0.2.6"
|
|||
serde_json = { version = "1.0.117", features = ["raw_value"] }
|
||||
serde_yaml = "0.9.34"
|
||||
sha-1 = "0.10.1"
|
||||
strum = { version = "0.26.2", features = ["derive"] }
|
||||
thiserror = "1.0.61"
|
||||
thread_local = "1.1.8"
|
||||
tikv-jemallocator = { version = "0.5.4", features = ["unprefixed_malloc_on_supported_platforms"], optional = true }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue