[package]
edition = "2021"
name = "zero-dialog"
version = "0.1.0"
authors = ["lzyor"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Ultra-lightweight, dependency-free system dialog library."
homepage = "https://github.com/lzyor/zero-dialog"
readme = "README.md"
keywords = [
"dialog",
"gui",
]
categories = ["gui"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/lzyor/zero-dialog"
[lib]
name = "zero_dialog"
path = "src/lib.rs"
[[test]]
name = "hello"
path = "tests/hello.rs"
[dependencies]
[lints.rust]
unsafe_code = "allow"