Adding rust support

This commit is contained in:
Fabian Stamm
2024-10-03 19:59:17 +02:00
parent a3f5a396e5
commit 883b6da7eb
6 changed files with 542 additions and 87 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.0", features = ["serde", "convert"] }
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"