10 lines
216 B
TOML
10 lines
216 B
TOML
|
|
[package]
|
||
|
|
name = "rrt-fixtures"
|
||
|
|
version.workspace = true
|
||
|
|
edition.workspace = true
|
||
|
|
license.workspace = true
|
||
|
|
|
||
|
|
[dependencies]
|
||
|
|
rrt-runtime = { path = "../rrt-runtime" }
|
||
|
|
serde.workspace = true
|
||
|
|
serde_json.workspace = true
|