mirror of
https://github.com/clockworklabs/SpacetimeDB.git
synced 2026-05-14 19:58:24 -04:00
0a3dda7f4e
# 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.
18 lines
412 B
TOML
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
|