mirror of
https://github.com/clockworklabs/SpacetimeDB.git
synced 2026-05-13 19:27:46 -04:00
b6fdc6c3a4
# Description of Changes I'm moving `crates/sdk` to `sdks/rust` to be more in line with where the rest of our SDKs are listed. I updated the corresponding paths etc. that pointed to the previous location. This PR is based on https://github.com/clockworklabs/SpacetimeDB/pull/3185, because if we merge this without that, our release scripts will be broken. # API and ABI breaking changes None # Expected complexity level and risk 1 # Testing - [x] Existing CI passes --------- Co-authored-by: Zeke Foppa <bfops@users.noreply.github.com>
19 lines
424 B
TOML
19 lines
424 B
TOML
[package]
|
|
name = "test-client"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
license-file = "LICENSE"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
spacetimedb-sdk = { path = "../.." }
|
|
test-counter = { path = "../test-counter" }
|
|
tokio.workspace = true
|
|
anyhow.workspace = true
|
|
env_logger.workspace = true
|
|
rand.workspace = true
|
|
|
|
[lints]
|
|
workspace = true
|