Files
SpacetimeDB/crates/bindings-macro/Cargo.toml
Noa 742303ca49 Bump rust-toolchain to rust 1.88 (#2749)
Co-authored-by: Mazdak Farrokhzad <twingoow@gmail.com>
2025-07-15 17:39:41 +00:00

25 lines
627 B
TOML

[package]
name = "spacetimedb-bindings-macro"
version.workspace = true
edition.workspace = true
license-file = "LICENSE"
description = "Easy support for interacting between SpacetimeDB and Rust."
rust-version.workspace = true
[lib]
proc-macro = true
# 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-primitives.workspace = true
humantime.workspace = true
proc-macro2.workspace = true
quote.workspace = true
syn.workspace = true
heck.workspace = true
[lints]
workspace = true