Files
SpacetimeDB/templates/basic-cpp/Cargo.toml
Jason Larabie e476668b3a C++ Quickstart - spacetime dev not working (#4414)
# 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`
2026-02-24 00:05:10 +00:00

8 lines
115 B
TOML

[package]
name = "spacetimedb-client"
version = "0.1.0"
edition = "2021"
[dependencies]
spacetimedb-sdk = "2.0.*"