progenitor/Cargo.toml

23 lines
536 B
TOML
Raw Normal View History

[workspace]
members = [
"cargo-progenitor",
"example-build",
"example-macro",
2023-04-26 04:50:04 +00:00
"example-wasm",
"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."https://github.com/oxidecomputer/typify"]
#typify = { path = "../typify/typify" }
#[patch.crates-io]
#serde_tokenstream = { path = "../serde_tokenstream" }
#typify = { path = "../typify/typify" }
#rustfmt-wrapper = { path = "../rustfmt-wrapper" }