surrealpatch/lib/examples/axum/Cargo.toml
Flint6872 d4cc3272da
Upgrade Axum example to Axum 0.7.2 (#3172)
Co-authored-by: Rushmore Mushambi <rushmore@surrealdb.com>
2023-12-18 12:53:25 +00:00

12 lines
294 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 = "../.." }
thiserror = "1.0.50"
tokio = { version = "1.34.0", features = ["macros", "rt-multi-thread"] }