mirror of
https://github.com/clockworklabs/SpacetimeDB.git
synced 2026-05-06 15:49:35 -04:00
16 lines
324 B
TOML
16 lines
324 B
TOML
[package]
|
|
name = "benchmarks-module"
|
|
version = "0.1.0"
|
|
edition.workspace = true
|
|
license-file = "LICENSE"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[lib]
|
|
crate-type = ["cdylib"]
|
|
|
|
[dependencies]
|
|
spacetimedb = { path = "../../crates/bindings" }
|
|
|
|
anyhow.workspace = true
|