Skip to content

Commit

Permalink
Issue #68 - Attempting to auto-install Node dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Yoric committed Mar 26, 2018
1 parent 3b96f5f commit ef36679
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
[package]
name = "binjs"
version = "0.3.0"
version = "0.4.0"
authors = ["David Teller <D.O.Teller@gmail.com>"]
homepage = "https://binast.github.io/ecmascript-binary-ast/"
repository = "https://github.com/binast/binjs-ref"
description = "Set of tools to manipulate files in the JavaScript Binary AST format."
license = "MIT"
build = "build.rs"

[dependencies]
binjs_generic = { path = "crates/binjs_generic", version = "*" }
Expand Down

0 comments on commit ef36679

Please sign in to comment.