surrealpatch/tests/sdk/remote/Cargo.toml

15 lines
235 B
TOML
Raw Normal View History

2024-05-24 17:56:14 +00:00
[package]
name = "sdk_test_remote"
version = "1.0.0"
edition = "2021"
[dependencies]
2024-08-22 10:26:03 +00:00
surrealdb = { path = "../../../sdk" }
2024-05-24 17:56:14 +00:00
tokio = { version = "1", features = ["full"] }
[workspace]
[[bin]]
path = "main.rs"
name = "sdk_test_remote"