Rename database directory to mvcc-rs

This commit is contained in:
Pekka Enberg 2023-05-09 10:53:11 +03:00
parent cc4db340ee
commit b9575c4375
11 changed files with 3 additions and 3 deletions

View file

@ -1,11 +1,11 @@
[workspace]
resolver = "2"
members = [
"database",
"mvcc-rs",
"bindings/c",
]
[profile.release]
codegen-units = 1
panic = "abort"
strip = true
strip = true

View file

@ -12,7 +12,7 @@ cbindgen = "0.24.0"
[dependencies]
base64 = "0.21.0"
mvcc-rs = { path = "../../database", features = ["tokio"] }
mvcc-rs = { path = "../../mvcc-rs", features = ["tokio"] }
tokio = { version = "1.27.0", features = ["full"] }
tracing = "0.1.37"
tracing-subscriber = { version = "0" }