2026-04-02 23:11:15 -07:00
|
|
|
[package]
|
|
|
|
|
name = "rrt-cli"
|
|
|
|
|
version.workspace = true
|
|
|
|
|
edition.workspace = true
|
|
|
|
|
license.workspace = true
|
|
|
|
|
|
|
|
|
|
[dependencies]
|
2026-04-10 01:22:47 -07:00
|
|
|
rrt-fixtures = { path = "../rrt-fixtures" }
|
2026-04-02 23:11:15 -07:00
|
|
|
rrt-model = { path = "../rrt-model" }
|
2026-04-10 01:22:47 -07:00
|
|
|
rrt-runtime = { path = "../rrt-runtime" }
|
2026-04-08 16:31:33 -07:00
|
|
|
serde.workspace = true
|
|
|
|
|
serde_json.workspace = true
|
2026-04-02 23:11:15 -07:00
|
|
|
sha2.workspace = true
|