[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\ [features] test-add-column = [] test-remove-table = [] [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