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