surrealpatch/tests/sdk/remote/Cargo.toml
2024-05-24 17:56:14 +00:00

14 lines
235 B
TOML

[package]
name = "sdk_test_remote"
version = "1.0.0"
edition = "2021"
[dependencies]
surrealdb = { path = "../../../lib" }
tokio = { version = "1", features = ["full"] }
[workspace]
[[bin]]
path = "main.rs"
name = "sdk_test_remote"