Files
unwrap-gui/Cargo.toml
2024-04-14 20:43:44 -03:00

23 lines
498 B
TOML

[package]
name = "unwrap-gui"
version = "0.1.1"
description = "Show a native dialog message when unwrap"
repository = "https://github.com/Tribufu/UnwrapGui"
authors = ["Tribufu <contact@tribufu.com>"]
license = "MIT"
edition = "2021"
[lib]
name = "unwrap_gui"
crate-type = ["rlib"]
path = "src/lib.rs"
[dependencies]
anyhow = "1.0.82"
[target.'cfg(any(target_os = "windows", target_os = "linux", target_os = "macos"))'.dependencies]
native-dialog = "0.7.0"
[dev-dependencies]
anyhow = "1.0.82"