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.20"
serde = { version = "1.0.183", features = ["derive"] }
2023-03-20 15:20:57 +00:00
surrealdb = { path = "../.." }
thiserror = "1.0.44"
tokio = { version = "1.31.0", features = ["macros", "rt-multi-thread"] }