0a1a99dc68
Co-authored-by: Tobie Morgan Hitchcock <tobie@surrealdb.com> Co-authored-by: Raphael Darley <raphael.darley@surrealdb.com>
11 lines
250 B
TOML
11 lines
250 B
TOML
[package]
|
|
name = "rocket-example"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
publish = false
|
|
|
|
[dependencies]
|
|
rocket = { version = "0.5.1", features = ["json"] }
|
|
surrealdb = { path = "../..", features = ["kv-mem"]}
|
|
serde_json = "1.0.127"
|
|
thiserror = "1.0.63"
|