mirror of
https://github.com/AppFlowy-IO/AppFlowy-Cloud.git
synced 2025-04-23 05:17:06 -04:00
* chore: run stress test on selfhost runner * chore: Update stress_test.yml * chore: update env * chore: skip stress_test when running integration test
11 lines
No EOL
254 B
TOML
11 lines
No EOL
254 B
TOML
[package]
|
|
name = "xtask"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
anyhow = "1.0"
|
|
tokio = { version = "1", features = ["full"] }
|
|
futures = "0.3.31" |