surrealpatch/sdk/examples/rocket/Cargo.toml
Maxwell Flitton 0a1a99dc68
Initial commit for SurrealCS (#4458)
Co-authored-by: Tobie Morgan Hitchcock <tobie@surrealdb.com>
Co-authored-by: Raphael Darley <raphael.darley@surrealdb.com>
2024-09-04 14:53:37 +01:00

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"