AppFlowy-Cloud/libs/wasm-test/Cargo.toml

16 lines
413 B
TOML

[package]
name = "wasm-test"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
[dev-dependencies]
wasm-bindgen-test = "0.3.40"
client-api-test-util = { path = "../client-api-test-util" }
client-api = { path = "../client-api" }
tokio = { version = "1", features = ["sync", "macros"] }
wasm-bindgen-futures = "0.4"