[oden] Grab my incomplete QuickJS wrapper
This commit is contained in:
parent
aa70df41a3
commit
898b1fe129
114 changed files with 244181 additions and 0 deletions
12
oden-js/Cargo.toml
Normal file
12
oden-js/Cargo.toml
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
[package]
|
||||
name = "oden-js"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
anyhow = "1"
|
||||
bitflags = "1"
|
||||
thiserror = "1"
|
||||
oden-js-sys = {path = "../oden-js-sys"}
|
||||
Loading…
Add table
Add a link
Reference in a new issue