File tree Expand file tree Collapse file tree
connect_disconnect_client Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,15 +13,14 @@ crate-type = ["cdylib", "rlib"]
1313default = [" native" ]
1414
1515# Builds the existing CLI test client.
16- native = [" dep:test-counter " ]
16+ native = []
1717
1818# Builds the client for wasm32-unknown-unknown using the Rust SDK `web` backend.
1919web = [
2020 " spacetimedb-sdk/web" ,
2121 " dep:wasm-bindgen" ,
2222 " dep:wasm-bindgen-futures" ,
2323 " dep:futures" ,
24- " dep:test-counter" ,
2524]
2625
2726[[bin ]]
@@ -31,7 +30,7 @@ required-features = ["native"]
3130
3231[dependencies ]
3332spacetimedb-sdk = { path = " ../.." }
34- test-counter = { path = " ../test-counter" , optional = true }
33+ test-counter = { path = " ../test-counter" }
3534anyhow.workspace = true
3635futures = { workspace = true , optional = true }
3736
Original file line number Diff line number Diff line change @@ -11,7 +11,6 @@ default = ["native"]
1111
1212# Builds the existing CLI test client.
1313native = [
14- " dep:test-counter" ,
1514 " dep:env_logger" ,
1615]
1716
@@ -21,7 +20,6 @@ web = [
2120 " dep:wasm-bindgen" ,
2221 " dep:wasm-bindgen-futures" ,
2322 " dep:futures" ,
24- " dep:test-counter" ,
2523]
2624
2725[[bin ]]
@@ -31,7 +29,7 @@ required-features = ["native"]
3129
3230[dependencies ]
3331spacetimedb-sdk = { path = " ../.." }
34- test-counter = { path = " ../test-counter" , optional = true }
32+ test-counter = { path = " ../test-counter" }
3533anyhow.workspace = true
3634env_logger = { workspace = true , optional = true }
3735futures = { workspace = true , optional = true }
Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ default = ["native"]
1212
1313# Builds the existing CLI test client.
1414native = [
15- " dep:test-counter" ,
1615 " dep:env_logger" ,
1716]
1817
@@ -22,7 +21,6 @@ web = [
2221 " dep:wasm-bindgen" ,
2322 " dep:wasm-bindgen-futures" ,
2423 " dep:futures" ,
25- " dep:test-counter" ,
2624]
2725
2826[[bin ]]
@@ -32,7 +30,7 @@ required-features = ["native"]
3230
3331[dependencies ]
3432spacetimedb-sdk = { path = " ../.." }
35- test-counter = { path = " ../test-counter" , optional = true }
33+ test-counter = { path = " ../test-counter" }
3634anyhow.workspace = true
3735env_logger = { workspace = true , optional = true }
3836futures = { workspace = true , optional = true }
You can’t perform that action at this time.
0 commit comments