forked from the-distro/ofborg
init cargo workspace
Enables splittig up the code a bit more, and hopefully helps keep the compilation time down.
This commit is contained in:
parent
329a08f53d
commit
1c0c5e304c
0
ofborg/Cargo.lock → Cargo.lock
generated
0
ofborg/Cargo.lock → Cargo.lock
generated
11
Cargo.toml
Normal file
11
Cargo.toml
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
[workspace]
|
||||||
|
members = [
|
||||||
|
"ofborg"
|
||||||
|
]
|
||||||
|
|
||||||
|
[profile.release]
|
||||||
|
debug = true
|
||||||
|
|
||||||
|
[patch.crates-io]
|
||||||
|
#hubcaps = { path = "../hubcaps" }
|
||||||
|
#amq-proto = { path = "rust-amq-proto" }
|
|
@ -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" }
|
|
||||||
|
|
Loading…
Reference in a new issue