Change the context API to make Context-Ownership more flexible

This commit is contained in:
Fabian Stamm
2026-01-09 15:58:32 +01:00
parent 4c7084563f
commit c29dafb042
7 changed files with 1294 additions and 617 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 = "0.5", features = ["serde", "convert"] }
int-enum = { version = "1.2.0" }
serde = { version = "1", features = ["derive"] }
serde_json = "1"
nanoid = "0.4"