Rollback of int-enum for missing serde support

This commit is contained in:
Fabian Stamm
2026-01-09 16:05:07 +01:00
parent 0a81e90e1b
commit 8204870bf5
3 changed files with 78 additions and 39 deletions

View File

@@ -6,7 +6,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
int-enum = { version = "1.2.0" }
int-enum = { version = "0.5", features = ["serde", "convert"] }
serde = { version = "1", features = ["derive"] }
serde_json = "1"
nanoid = "0.4"