forked from the-distro/ofborg
7ccb4943a1
This is mostly intended as an example and since this is only useful for testing it should be relatively safe.
13 lines
193 B
TOML
13 lines
193 B
TOML
[workspace]
|
|
members = [
|
|
"ofborg",
|
|
"ofborg-simple-build"
|
|
]
|
|
|
|
[profile.release]
|
|
debug = true
|
|
|
|
[patch.crates-io]
|
|
#hubcaps = { path = "../hubcaps" }
|
|
#amq-proto = { path = "rust-amq-proto" }
|