You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[package]
name = "rust_v8"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
v8_rs = { path = "/home/dashgrim/Hobby/v8-rs" }
v8_rs_derive = { path = "/home/dashgrim/Hobby/v8-rs/v8-rs-derive" }
Am i doing something wrong?
The text was updated successfully, but these errors were encountered:
I cloned this repo and tried to use it with a project. I kept getting compile error.
My Cargo file looks like this
Am i doing something wrong?
The text was updated successfully, but these errors were encountered: