surrealpatch/lib/examples/rocket/Cargo.toml
Pratim 3dc00c8229
Add integration test for rocket (#3785)
Co-authored-by: Tobie Morgan Hitchcock <tobie@surrealdb.com>
2024-04-02 08:42:06 +00:00

13 lines
344 B
TOML

[package]
name = "rocket-example"
version = "0.1.0"
edition = "2021"
publish = false
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
rocket = { version = "0.5.0", features = ["json"] }
surrealdb = { path = "../..", features = ["kv-mem"]}
serde_json = "1.0"
thiserror = "1.0.50"