Files
SpacetimeDB/sdks/rust/tests/view-client/Cargo.toml
joshua-spacetime 0a3dda7f4e Add rust sdk tests for views (#3755)
# Description of Changes

Rust SDK test suite for views

# API and ABI breaking changes

None

# Expected complexity level and risk

1

# Testing

This patch only adds tests, it does not change functionality.
2025-11-25 17:13:03 +00:00

18 lines
412 B
TOML

[package]
name = "view-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 = "../.." }
spacetimedb-lib.workspace = true
test-counter = { path = "../test-counter" }
anyhow.workspace = true
env_logger.workspace = true
[lints]
workspace = true