mirror of
https://github.com/clockworklabs/SpacetimeDB.git
synced 2026-05-13 19:27:46 -04:00
742303ca49
Co-authored-by: Mazdak Farrokhzad <twingoow@gmail.com>
21 lines
510 B
TOML
21 lines
510 B
TOML
[package]
|
|
name = "spacetimedb-bindings-sys"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
license-file = "LICENSE"
|
|
description = "Easy support for interacting between SpacetimeDB and Rust."
|
|
rust-version.workspace = true
|
|
|
|
[lib]
|
|
# 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
|
|
|
|
[features]
|
|
unstable = []
|
|
|
|
[dependencies]
|
|
spacetimedb-primitives.workspace = true
|
|
|
|
[lints]
|
|
workspace = true
|