installer-lite/Cargo.toml

20 lines
563 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>"]
2023-05-10 16:53:18 +00:00
license = "MIT OR Apache-2.0"
description = "A simple Windows Installer creator for your apps."
homepage = "https://github.com/djkato/installer-lite"
repository = "https://github.com/djkato/installer-lite"
readme = "README.md"
keywords = ["installer", "windows", "wrapper"]
categories = ["development-tools::build-utils", "gui", "development-tools"]
2023-05-10 16:42:06 +00:00
[lib]
name = "installer_lite"
path = "src/lib.rs"
[dependencies]
eframe = "0.21.3"
rfd = "0.11.3"