Enable quickjs bindgen so bindings built for unsupported targets (#34)

This commit is contained in:
yo000 2024-11-17 15:20:11 +01:00 committed by GitHub
parent 5025e49e61
commit bd228b11f9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,7 +7,7 @@ edition = "2021"
[dependencies]
regex = "1.10.4"
rquickjs = {version = "0.6.0", features=["futures", "parallel"]}
rquickjs = {version = "0.6.0", features=["bindgen", "futures", "parallel"]}
tokio = { version = "1.37.0", features = ["full", "net", "macros", "rt-multi-thread", "io-std", "io-util", "mio"] }
reqwest = "0.12.4"
lazy-regex = "3.1.0"