3dc00c8229
Co-authored-by: Tobie Morgan Hitchcock <tobie@surrealdb.com>
13 lines
344 B
TOML
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"
|