Files
2025-02-28 14:32:59 +00:00

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"