modivo-utils-rs/Cargo.toml

12 lines
289 B
TOML
Raw Permalink Normal View History

2023-04-06 16:02:29 +02:00
[workspace]
members = [
'crates/systemd-credentials',
'crates/tracing-ecs',
2023-04-12 12:31:27 +02:00
'crates/test-ext',
2023-04-06 16:02:29 +02:00
]
2023-04-12 12:31:27 +02:00
[workspace.dependencies]
systemd-credentials = { path = "./crates/systemd-credentials" }
tracing-ecs = { path = "./crates/tracing-ecs" }
test-ext = { path = "./crates/test-ext" }