ofborg/Cargo.toml
Daiderd Jordan 1c0c5e304c
init cargo workspace
Enables splittig up the code a bit more, and hopefully helps keep the
compilation time down.
2020-04-24 21:27:33 +02:00

12 lines
166 B
TOML

[workspace]
members = [
"ofborg"
]
[profile.release]
debug = true
[patch.crates-io]
#hubcaps = { path = "../hubcaps" }
#amq-proto = { path = "rust-amq-proto" }