surrealpatch/sdk/examples/axum/Cargo.toml
Maxwell Flitton 0a1a99dc68
Initial commit for SurrealCS (#4458)
Co-authored-by: Tobie Morgan Hitchcock <tobie@surrealdb.com>
Co-authored-by: Raphael Darley <raphael.darley@surrealdb.com>
2024-09-04 14:53:37 +01:00

12 lines
316 B
TOML

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