mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-04-02 18:31:05 +00:00
Merge pull request #93 from fitzgen/rename-directories
Rename directories to remove "wasm-bindgen-" prefix in sub-crates
This commit is contained in:
commit
79ef5979f4
@ -17,14 +17,14 @@ test = false
|
|||||||
doctest = false
|
doctest = false
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
wasm-bindgen-macro = { path = "crates/wasm-bindgen-macro", version = "0.1" }
|
wasm-bindgen-macro = { path = "crates/macro", version = "0.1" }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
test-support = { path = "crates/test-support" }
|
test-support = { path = "crates/test-support" }
|
||||||
|
|
||||||
[workspace]
|
[workspace]
|
||||||
members = [
|
members = [
|
||||||
"crates/wasm-bindgen-cli",
|
"crates/cli",
|
||||||
"examples/hello_world",
|
"examples/hello_world",
|
||||||
"examples/smorgasboard",
|
"examples/smorgasboard",
|
||||||
"examples/console_log",
|
"examples/console_log",
|
||||||
|
@ -14,5 +14,5 @@ Shared support for the wasm-bindgen-cli package, an internal dependency
|
|||||||
base64 = "0.9"
|
base64 = "0.9"
|
||||||
parity-wasm = "0.27"
|
parity-wasm = "0.27"
|
||||||
serde_json = "1.0"
|
serde_json = "1.0"
|
||||||
wasm-bindgen-shared = { path = "../wasm-bindgen-shared", version = '0.1' }
|
wasm-bindgen-shared = { path = "../shared", version = '0.1' }
|
||||||
wasm-gc-api = "0.1"
|
wasm-gc-api = "0.1"
|
@ -17,8 +17,8 @@ docopt = "0.8"
|
|||||||
parity-wasm = "0.27"
|
parity-wasm = "0.27"
|
||||||
serde = "1.0"
|
serde = "1.0"
|
||||||
serde_derive = "1.0"
|
serde_derive = "1.0"
|
||||||
wasm-bindgen-cli-support = { path = "../wasm-bindgen-cli-support", version = "0.1.1" }
|
wasm-bindgen-cli-support = { path = "../cli-support", version = "0.1.1" }
|
||||||
wasm-bindgen-shared = { path = "../wasm-bindgen-shared", version = "0.1" }
|
wasm-bindgen-shared = { path = "../shared", version = "0.1" }
|
||||||
|
|
||||||
[[bin]]
|
[[bin]]
|
||||||
name = "wasm-bindgen"
|
name = "wasm-bindgen"
|
@ -18,4 +18,4 @@ syn = { version = '0.12', features = ['full'] }
|
|||||||
quote = '0.4'
|
quote = '0.4'
|
||||||
proc-macro2 = { version = "0.2", features = ["nightly"] }
|
proc-macro2 = { version = "0.2", features = ["nightly"] }
|
||||||
serde_json = "1"
|
serde_json = "1"
|
||||||
wasm-bindgen-shared = { path = "../wasm-bindgen-shared", version = "0.1.0" }
|
wasm-bindgen-shared = { path = "../shared", version = "0.1.0" }
|
@ -4,4 +4,4 @@ version = "0.1.0"
|
|||||||
authors = ["Alex Crichton <alex@alexcrichton.com>"]
|
authors = ["Alex Crichton <alex@alexcrichton.com>"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
wasm-bindgen-cli-support = { path = "../wasm-bindgen-cli-support" }
|
wasm-bindgen-cli-support = { path = "../cli-support" }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user