mirror of
https://github.com/tursodatabase/limbo.git
synced 2025-08-04 18:18:03 +00:00
Rename database directory to mvcc-rs
This commit is contained in:
parent
cc4db340ee
commit
b9575c4375
11 changed files with 3 additions and 3 deletions
|
@ -1,11 +1,11 @@
|
|||
[workspace]
|
||||
resolver = "2"
|
||||
members = [
|
||||
"database",
|
||||
"mvcc-rs",
|
||||
"bindings/c",
|
||||
]
|
||||
|
||||
[profile.release]
|
||||
codegen-units = 1
|
||||
panic = "abort"
|
||||
strip = true
|
||||
strip = true
|
||||
|
|
|
@ -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" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue