chore: Make the project a workspace

This commit is contained in:
Clément Renault
2018-07-06 21:50:19 +02:00
parent d6e113c683
commit 6fa164dc56
14 changed files with 842 additions and 1447 deletions

View File

@ -5,7 +5,7 @@ authors = ["Kerollmops <renault.cle@gmail.com>"]
[dependencies]
env_logger = { version = "0.3", default-features = false }
raptor = { path = ".." }
raptor = { path = "../raptor" }
serde = "1.0"
serde_derive = "1.0"
elapsed = "0.1"
@ -16,7 +16,3 @@ branch = "op-builder-with-state"
[dependencies.rocksdb]
git = "https://github.com/pingcap/rust-rocksdb.git"
[profile.release]
lto = true
debug = true