surrealpatch/sdk/examples/rocket/Cargo.toml

14 lines
344 B
TOML
Raw Normal View History

[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"