Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
andrieshiemstra committed Apr 13, 2021
1 parent ae943f1 commit 3f81d5d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 677 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
0.0.2 (work in progress)

0.0.1

* started tracking changes
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name = "green_copper_runtime"
version = "0.0.1"
authors = ["info@hirofa.com"]
edition = "2018"
license = "MIT"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand All @@ -28,12 +29,11 @@ commonjs = []


[dependencies]
quickjs_runtime = { git = 'https://github.com/HiRoFa/quickjs_es_runtime' }
#quickjs_runtime = "0.2.1"
quickjs_runtime = "0.4"
#quickjs_runtime = { path = '../quickjs_es_runtime'}
libquickjs-sys = "0.9.0"
#libquickjs-sys = {git= "https://github.com/HiRoFa/quickjs-rs"}
hirofa_utils = {git="https://github.com/HiRoFa/utils"}
hirofa_utils = "0.1"
libc = "0.2"
lazy_static = "1.4.0"
log = "0.4.8"
Expand Down
Loading

0 comments on commit 3f81d5d

Please sign in to comment.