use my fork of quickjs-rusty
Some checks are pending
Build && Deploy / cargo build (push) Waiting to run

This commit is contained in:
Akulij 2025-06-01 16:41:04 +05:00
parent 97e7886149
commit 79acdc283e
2 changed files with 3 additions and 5 deletions

6
Cargo.lock generated
View File

@ -1463,8 +1463,7 @@ dependencies = [
[[package]]
name = "libquickjs-ng-sys"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3c98c1ad542ec61348faba7ce5386fef9060e35fbeea19dda64ce41862084e0a"
source = "git+https://github.com/akulij/quickjs-rusty.git#a7529d4a6523b28ca7402bbd8d0373010de6cdb7"
dependencies = [
"bindgen",
"cc",
@ -2009,8 +2008,7 @@ dependencies = [
[[package]]
name = "quickjs-rusty"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b3b4d659d1bc37e9112a14ad9a7727d182b0fb12216eb6684bdbada3e9991a22"
source = "git+https://github.com/akulij/quickjs-rusty.git#a7529d4a6523b28ca7402bbd8d0373010de6cdb7"
dependencies = [
"anyhow",
"chrono",

View File

@ -19,7 +19,7 @@ lazy_static = "1.5.0"
log = "0.4.27"
mongodb = "3.2.3"
pretty_env_logger = "0.5.0"
quickjs-rusty = "0.9.0"
quickjs-rusty = { git = "https://github.com/akulij/quickjs-rusty.git" }
serde = { version = "1.0.219", features = ["derive", "serde_derive"] }
serde_json = "1.0.140"
teloxide = { version = "0.14.0", features = ["macros", "postgres-storage-nativetls"] }