mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-03-16 10:10:52 +00:00
Don't need the old wasm-bindgen-gc crate's Cargo.toml either
This commit is contained in:
parent
6f00d9563f
commit
f20afebdd1
@ -1,27 +0,0 @@
|
||||
[package]
|
||||
name = "wasm-bindgen-gc"
|
||||
version = "0.2.35"
|
||||
authors = ["The wasm-bindgen Developers"]
|
||||
license = "MIT/Apache-2.0"
|
||||
repository = "https://github.com/rustwasm/wasm-bindgen/tree/master/crates/gc"
|
||||
homepage = "https://rustwasm.github.io/wasm-bindgen/"
|
||||
documentation = "https://docs.rs/wasm-bindgen-gc"
|
||||
description = """
|
||||
Support for removing unused items from a wasm executable
|
||||
"""
|
||||
|
||||
[dependencies]
|
||||
parity-wasm = "0.36"
|
||||
log = "0.4"
|
||||
rustc-demangle = "0.1.9"
|
||||
|
||||
[dev-dependencies]
|
||||
rayon = "1.0.2"
|
||||
tempfile = "3.0.4"
|
||||
|
||||
[lib]
|
||||
doctest = false
|
||||
|
||||
[[test]]
|
||||
name = 'all'
|
||||
harness = false
|
Loading…
x
Reference in New Issue
Block a user