pipelight/Cargo.toml

16 lines
233 B
TOML

[workspace]
resolver = "2"
members=[
## Dependencies small utilities crates
"utils",
"exec",
"cast",
"templates",
## Core crates with interdependencies
"workflow",
"cli",
"switch",
## Bin package
"pipelight",
]