mirror of
https://github.com/tursodatabase/limbo.git
synced 2025-08-04 18:18:03 +00:00
chore: remove unused dependencies
This commit is contained in:
parent
e406a030e6
commit
a99d9a8988
6 changed files with 0 additions and 62 deletions
|
@ -12,5 +12,4 @@ default = []
|
|||
static = []
|
||||
|
||||
[dependencies]
|
||||
log = "0.4.20"
|
||||
limbo_macros = { path = "../../macros" }
|
||||
|
|
|
@ -17,7 +17,6 @@ crate-type = ["cdylib", "lib"]
|
|||
[dependencies]
|
||||
limbo_ext = { path = "../core", features = ["static"] }
|
||||
regex = "1.11.1"
|
||||
log = "0.4.20"
|
||||
|
||||
[target.'cfg(not(target_family = "wasm"))'.dependencies]
|
||||
mimalloc = { version = "*", default-features = false }
|
||||
|
|
|
@ -15,7 +15,6 @@ crate-type = ["cdylib", "lib"]
|
|||
|
||||
[dependencies]
|
||||
limbo_ext = { path = "../core", features = ["static"] }
|
||||
log = "0.4.20"
|
||||
|
||||
[target.'cfg(not(target_family = "wasm"))'.dependencies]
|
||||
mimalloc = { version = "*", default-features = false }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue