mirror of
https://github.com/clockworklabs/SpacetimeDB.git
synced 2026-05-14 03:37:55 -04:00
742303ca49
Co-authored-by: Mazdak Farrokhzad <twingoow@gmail.com>
19 lines
492 B
TOML
19 lines
492 B
TOML
[package]
|
|
name = "spacetimedb-subscription"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
rust-version.workspace = true
|
|
license-file = "LICENSE"
|
|
description = "The SpacetimeDB subscription compiler"
|
|
|
|
[dependencies]
|
|
anyhow.workspace = true
|
|
spacetimedb-execution.workspace = true
|
|
spacetimedb-expr.workspace = true
|
|
spacetimedb-lib.workspace = true
|
|
spacetimedb-primitives.workspace = true
|
|
spacetimedb-physical-plan.workspace = true
|
|
spacetimedb-query.workspace = true
|
|
[lints]
|
|
workspace = true
|