Support enums

This commit is contained in:
Fabian Stamm
2023-01-02 16:34:13 +01:00
parent 6e947bde57
commit b3b202c9f9
8 changed files with 75 additions and 48 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 = "0.5.0"
int-enum = { version ="0.5.0", features = ["serde", "convert"] }
serde = { version = "1.0.147", features = ["derive"] }
serde_json = "1.0.88"
nanoid = "0.4.0"