[package] name = "cross-test-action-test" version = "0.1.10" authors = ["Danilo Guanabara "] edition = "2018" description = "Testing" license = "Apache-2.0" readme = "README.md" documentation = "https://docs.rs/cross-test-action-test" repository = "https://github.com/notdanilo/cross-test-action-test" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dev-dependencies] cross-test = "0.1.6" [target.'cfg(target_arch = "wasm32")'.dev-dependencies] wasm-bindgen-test = "0.3.20"