Files
SpacetimeDB/sdks/rust/tests/test-client/Cargo.toml
Zeke Foppa b6fdc6c3a4 Move crates/sdk to sdks/rust (#3181)
# 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>
2025-08-20 19:24:42 +00:00

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