9 lines
178 B
TOML
9 lines
178 B
TOML
|
|
[package]
|
||
|
|
name = "rrt-cli"
|
||
|
|
version.workspace = true
|
||
|
|
edition.workspace = true
|
||
|
|
license.workspace = true
|
||
|
|
|
||
|
|
[dependencies]
|
||
|
|
rrt-model = { path = "../rrt-model" }
|
||
|
|
sha2.workspace = true
|