mirror of
https://github.com/clockworklabs/SpacetimeDB.git
synced 2026-08-09 18:50:42 -04:00
# 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 <[email protected]> Co-authored-by: clockwork-labs-bot <[email protected]>
16 lines
249 B
TOML
16 lines
249 B
TOML
[package]
|
|
name = "sdk-test-case-conversion"
|
|
version = "0.1.0"
|
|
edition.workspace = true
|
|
license-file = "LICENSE"
|
|
|
|
[lib]
|
|
crate-type = ["cdylib"]
|
|
|
|
[dependencies]
|
|
log.workspace = true
|
|
|
|
[dependencies.spacetimedb]
|
|
workspace = true
|
|
features = ["unstable"]
|