mirror of
https://github.com/clockworklabs/SpacetimeDB.git
synced 2026-05-12 10:48:19 -04:00
ef61c7c123
This is the second step to make in-memory-only databases not touch the disk at all. While at it, also make it so file-backed module logs are streamed in constant memory where possible. Depends-on: #3912 # Expected complexity level and risk 2 # Testing Added some unit-level tests. --------- Signed-off-by: Kim Altintop <kim@eagain.io> Co-authored-by: Phoebe Goldman <phoebe@clockworklabs.io>
38 lines
859 B
TOML
38 lines
859 B
TOML
[package]
|
|
name = "spacetimedb-testing"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
license-file = "LICENSE"
|
|
publish = false
|
|
|
|
[dependencies]
|
|
spacetimedb-cli.workspace = true
|
|
spacetimedb-data-structures.workspace = true
|
|
spacetimedb-lib.workspace = true
|
|
spacetimedb-core.workspace = true
|
|
spacetimedb-standalone.workspace = true
|
|
spacetimedb-client-api.workspace = true
|
|
spacetimedb-paths.workspace = true
|
|
spacetimedb-schema.workspace = true
|
|
|
|
anyhow.workspace = true
|
|
bytes.workspace = true
|
|
env_logger.workspace = true
|
|
log.workspace = true
|
|
clap.workspace = true
|
|
serde_json.workspace = true
|
|
tokio.workspace = true
|
|
wasmbin.workspace = true
|
|
duct.workspace = true
|
|
lazy_static.workspace = true
|
|
rand.workspace = true
|
|
tempfile.workspace = true
|
|
serde.workspace = true
|
|
futures.workspace = true
|
|
|
|
[dev-dependencies]
|
|
serial_test.workspace = true
|
|
|
|
[lints]
|
|
workspace = true
|