···991010[features]
1111default = []
1212-rhai = ["dep:rhai"]
13121413[dependencies]
1514anyhow = "1.0.88"
···4241tracing = { version = "0.1.40", features = ["async-await", "log", "valuable"] }
4342zstd = "0.13.2"
4443reqwest = { version = "0.12.9", features = ["json", "zstd", "rustls-tls"] }
4545-rhai = { version = "1.20.0", features = ["serde", "std", "sync"], optional = true}
4444+rhai = { version = "1.20.0", features = ["serde", "std", "sync"]}
+9
docs/playbook-dry-run.md
···11+# Playbook: Dry Run
22+33+To test matchers, you can run in a dry-run mode using an in-memory database.
44+55+```shell
66+export DATABASE_URL=sqlite://file::memory:?cache=shared
77+export RUST_LOG=supercell=debug,warning
88+```
99+