init cargo workspace

Enables splittig up the code a bit more, and hopefully helps keep the
compilation time down.
This commit is contained in:
Daiderd Jordan 2020-04-24 21:27:33 +02:00
parent 329a08f53d
commit 1c0c5e304c
No known key found for this signature in database
GPG key ID: D02435D05B810C96
3 changed files with 11 additions and 7 deletions

View file

11
Cargo.toml Normal file
View file

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

View file

@ -28,10 +28,3 @@ nom = "4.0.0-beta3"
sys-info = "0.5.6" sys-info = "0.5.6"
chrono = "0.4.6" chrono = "0.4.6"
separator = "0.4.1" separator = "0.4.1"
[profile.release]
debug = true
[patch.crates-io]
#hubcaps = { path = "../hubcaps" }
#amq-proto = { path = "rust-amq-proto" }