Simplify Cargo.toml file
This commit is contained in:
parent
9afb3499ae
commit
f395162830
1 changed files with 1 additions and 15 deletions
|
@ -70,6 +70,7 @@ fuzzy-matcher = "0.3.7"
|
|||
geo = { version = "0.23.1", features = ["use-serde"] }
|
||||
indexmap = { version = "1.9.2", features = ["serde"] }
|
||||
indxdb = { version = "0.2.0", optional = true }
|
||||
js = { version = "0.1.7", package = "rquickjs", features = ["array-buffer", "bindgen", "classes", "futures", "loader", "macro", "parallel", "properties"], optional = true }
|
||||
lexical-sort = "0.3.1"
|
||||
log = "0.4.17"
|
||||
md-5 = "0.10.5"
|
||||
|
@ -99,21 +100,6 @@ trice = "0.3.0"
|
|||
ulid = { version = "1.0.0", features = ["serde"] }
|
||||
url = "2.3.1"
|
||||
|
||||
[dependencies.js]
|
||||
optional = true
|
||||
version = "0.1.7"
|
||||
package = "rquickjs"
|
||||
features = [
|
||||
"array-buffer",
|
||||
"bindgen",
|
||||
"classes",
|
||||
"futures",
|
||||
"loader",
|
||||
"macro",
|
||||
"parallel",
|
||||
"properties",
|
||||
]
|
||||
|
||||
[dev-dependencies]
|
||||
env_logger = "0.10.0"
|
||||
temp-dir = "0.1.11"
|
||||
|
|
Loading…
Reference in a new issue