0294bde560
Co-authored-by: Tobie Morgan Hitchcock <tobie@surrealdb.com>
11 lines
264 B
TOML
11 lines
264 B
TOML
[package]
|
|
name = "actix-example"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
publish = false
|
|
|
|
[dependencies]
|
|
actix-web = { version = "4.4.0", features = ["macros"] }
|
|
serde = { version = "1.0.209", features = ["derive"] }
|
|
surrealdb = { path = "../.." }
|
|
thiserror = "1.0.63"
|