2021-10-17 17:40:22 +00:00
|
|
|
[workspace]
|
|
|
|
members = [
|
2022-01-15 02:01:59 +00:00
|
|
|
"example-build",
|
|
|
|
"example-macro",
|
2021-10-17 17:40:22 +00:00
|
|
|
"progenitor",
|
2021-10-29 14:16:39 +00:00
|
|
|
"progenitor-client",
|
2021-10-17 17:40:22 +00:00
|
|
|
"progenitor-impl",
|
2021-10-29 14:16:39 +00:00
|
|
|
"progenitor-macro",
|
2021-10-17 17:40:22 +00:00
|
|
|
]
|
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" }
|
2022-03-15 23:11:47 +00:00
|
|
|
#[patch."https://github.com/oxidecomputer/dropshot"]
|
|
|
|
#dropshot = { path = "../dropshot/dropshot" }
|