Files
SpacetimeDB/tools/ci/Cargo.toml
joshua-spacetime 41d935bb10 Make keynote bench job reusable (#5433)
# Description of Changes

Makes the keynote benchmark job reusable so that it can be invoked and
run in other CI environments.

# API and ABI breaking changes

N/A

# Expected complexity level and risk

2

# Testing

Refactor. Relies on existing coverage.
2026-06-25 13:52:29 +00:00

20 lines
509 B
TOML

[package]
name = "ci"
version = "0.1.0"
edition.workspace = true
[dependencies]
log.workspace = true
anyhow.workspace = true
chrono = { workspace = true, features=["clock"] }
clap.workspace = true
regex.workspace = true
reqwest = { workspace = true, features = ["blocking", "json"] }
serde.workspace = true
serde_json.workspace = true
duct.workspace = true
tempfile.workspace = true
env_logger.workspace = true
keynote-bench-harness = { path = "../keynote-bench-harness" }
spacetimedb-guard.workspace = true