surrealpatch/lib/examples/axum/Cargo.toml
2024-02-19 15:11:58 +00:00

12 lines
316 B
TOML

[package]
name = "axum-example"
version = "0.1.0"
edition = "2021"
publish = false
[dependencies]
axum = "0.7.2"
serde = { version = "1.0.193", features = ["derive"] }
surrealdb = { path = "../.." ,features = ["kv-mem"]}
thiserror = "1.0.50"
tokio = { version = "1.34.0", features = ["macros", "rt-multi-thread"] }