feat: use public-collect quickjs

This commit is contained in:
2020-11-28 13:34:23 +08:00
parent 6220da35a0
commit 1f47486d52
2 changed files with 3 additions and 1 deletions

View File

@@ -7,7 +7,7 @@ edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
quick-js = { path= "external/quickjs-rs" }
quick-js = { git = "https://git.hatter.ink/public-collect/quickjs-rs.git" }
ring = "0.16"
hex = "0.4"
serde = { version = "1.0", features = ["derive"] }