progenitor/Cargo.toml

16 lines
350 B
TOML
Raw Normal View History

[workspace]
members = [
"example-build",
"example-macro",
"progenitor",
"progenitor-client",
"progenitor-impl",
"progenitor-macro",
]
2021-06-19 07:36:13 +00:00
#[patch."https://github.com/oxidecomputer/dropshot"]
#dropshot = { path = "../dropshot/dropshot" }
#[patch.crates-io]
#typify = { path = "../typify/typify" }
2022-07-05 17:42:01 +00:00
#rustfmt-wrapper = { path = "../rustfmt-wrapper" }