2021-10-17 17:40:22 +00:00
|
|
|
[workspace]
|
|
|
|
members = [
|
2023-05-17 16:46:17 +00:00
|
|
|
"cargo-progenitor",
|
2022-01-15 02:01:59 +00:00
|
|
|
"example-build",
|
|
|
|
"example-macro",
|
2023-04-26 04:50:04 +00:00
|
|
|
"example-wasm",
|
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
|
|
|
|
2023-09-15 04:38:20 +00:00
|
|
|
resolver = "2"
|
|
|
|
|
2022-03-15 23:11:47 +00:00
|
|
|
#[patch."https://github.com/oxidecomputer/dropshot"]
|
|
|
|
#dropshot = { path = "../dropshot/dropshot" }
|
2022-07-03 02:09:38 +00:00
|
|
|
|
2022-08-18 18:58:55 +00:00
|
|
|
#[patch."https://github.com/oxidecomputer/typify"]
|
|
|
|
#typify = { path = "../typify/typify" }
|
|
|
|
|
2022-07-03 02:09:38 +00:00
|
|
|
#[patch.crates-io]
|
2022-12-27 19:55:57 +00:00
|
|
|
#serde_tokenstream = { path = "../serde_tokenstream" }
|
2022-07-03 02:09:38 +00:00
|
|
|
#typify = { path = "../typify/typify" }
|
2022-08-18 18:58:55 +00:00
|
|
|
#rustfmt-wrapper = { path = "../rustfmt-wrapper" }
|