mirror of
https://github.com/clockworklabs/SpacetimeDB.git
synced 2026-05-13 03:08:40 -04:00
0f70e63304
Co-authored-by: Zeke Foppa <196249+bfops@users.noreply.github.com>
19 lines
536 B
TOML
19 lines
536 B
TOML
[package]
|
|
name = "module-test"
|
|
version = "0.0.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"]
|
|
# Benching off, because of https://bheisler.github.io/criterion.rs/book/faq.html#cargo-bench-gives-unrecognized-option-errors-for-valid-command-line-options
|
|
bench = false
|
|
|
|
[dependencies]
|
|
spacetimedb = { path = "../../crates/bindings", features = ["unstable"] }
|
|
|
|
anyhow.workspace = true
|
|
log.workspace = true
|