mirror of
https://github.com/clockworklabs/SpacetimeDB.git
synced 2026-05-12 18:57:51 -04:00
13 lines
214 B
TOML
13 lines
214 B
TOML
[package]
|
|
name = "keynote-benchmarks"
|
|
version = "0.1.0"
|
|
edition.workspace = true
|
|
license-file = "LICENSE"
|
|
|
|
[lib]
|
|
crate-type = ["cdylib"]
|
|
|
|
[dependencies]
|
|
spacetimedb = { path = "../../crates/bindings" }
|
|
log = "0.4"
|