cargo-binstall/crates/detect-wasi/Cargo.toml
github-actions[bot] c3773a4a48
release: detect-wasi v1.0.0 (#332)
Co-authored-by: github-actions <github-actions@github.com>
2022-09-04 13:45:28 +00:00

13 lines
355 B
TOML

[package]
name = "detect-wasi"
description = "Detect if WASI can be run"
repository = "https://github.com/cargo-bins/cargo-binstall"
documentation = "https://docs.rs/detect-wasi"
version = "1.0.0"
rust-version = "1.61.0"
authors = ["Félix Saparelli <felix@passcod.name>"]
edition = "2021"
license = "Apache-2.0 OR MIT"
[dependencies]
tempfile = "3.3.0"