chore: remove unused dependencies

This commit is contained in:
meteorgan 2025-02-09 21:05:06 +08:00
parent e406a030e6
commit a99d9a8988
6 changed files with 0 additions and 62 deletions

View file

@ -12,5 +12,4 @@ default = []
static = []
[dependencies]
log = "0.4.20"
limbo_macros = { path = "../../macros" }

View file

@ -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 }

View file

@ -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 }