surrealpatch/sdk/examples/actix/Cargo.toml
Luca Giannini 0294bde560
Refactor migrating away from once cell (#4614)
Co-authored-by: Tobie Morgan Hitchcock <tobie@surrealdb.com>
2024-09-05 09:04:12 +01:00

11 lines
264 B
TOML

[package]
name = "actix-example"
version = "0.1.0"
edition = "2021"
publish = false
[dependencies]
actix-web = { version = "4.4.0", features = ["macros"] }
serde = { version = "1.0.209", features = ["derive"] }
surrealdb = { path = "../.." }
thiserror = "1.0.63"