mirror of
https://github.com/clockworklabs/SpacetimeDB.git
synced 2026-07-23 10:36:53 -04:00
7332ece680
# Description of Changes Tests for case conversion. # API and ABI breaking changes NA # Expected complexity level and risk 1 --------- Co-authored-by: clockwork-labs-bot <bot@clockworklabs.com> Co-authored-by: clockwork-labs-bot <clockwork-labs-bot@users.noreply.github.com>
16 lines
317 B
TOML
16 lines
317 B
TOML
[package]
|
|
name = "case-conversion-client"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
license-file = "LICENSE"
|
|
|
|
[dependencies]
|
|
spacetimedb-sdk = { path = "../.." }
|
|
test-counter = { path = "../test-counter" }
|
|
anyhow.workspace = true
|
|
env_logger.workspace = true
|
|
futures.workspace = true
|
|
|
|
[lints]
|
|
workspace = true
|