progenitor/Cargo.toml

15 lines
331 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
2021-11-10 07:38:36 +00:00
#[patch."https://github.com/oxidecomputer/typify"]
#typify = { path = "../typify/typify" }
#[patch."https://github.com/oxidecomputer/dropshot"]
#dropshot = { path = "../dropshot/dropshot" }