mirror of
https://github.com/clockworklabs/SpacetimeDB.git
synced 2026-05-10 17:49:49 -04:00
e476668b3a
# Description of Changes Updated the /templates/basic-cpp to target Rust 2.0.* and add pre-generated bindings as the updated `spacetime dev` seems to require that. # API and ABI breaking changes N/A # Expected complexity level and risk 1 - Template only change # Testing - [x] Was able to use `spacetimedb-cli.exe dev --template basic-cpp`
8 lines
115 B
TOML
8 lines
115 B
TOML
[package]
|
|
name = "spacetimedb-client"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
spacetimedb-sdk = "2.0.*"
|