installer-lite/Cargo.toml

14 lines
214 B
TOML
Raw Normal View History

2023-05-10 16:42:06 +00:00
[package]
name = "installer_lite"
version = "1.0.0"
edition = "2021"
authors = ["Djkáťo <djkatovfx@gmail.com>"]
[lib]
name = "installer_lite"
path = "src/lib.rs"
[dependencies]
eframe = "0.21.3"
rfd = "0.11.3"