surrealpatch/lib/examples/axum/Cargo.toml

13 lines
295 B
TOML
Raw Normal View History

2023-03-20 15:20:57 +00:00
[package]
name = "axum-example"
version = "0.1.0"
edition = "2021"
publish = false
[dependencies]
axum = "0.6.19"
serde = { version = "1.0.171", features = ["derive"] }
2023-03-20 15:20:57 +00:00
surrealdb = { path = "../.." }
thiserror = "1.0.43"
2023-07-03 14:30:42 +00:00
tokio = { version = "1.29.1", features = ["macros", "rt-multi-thread"] }