mirror of
https://github.com/tauri-apps/winres.git
synced 2026-01-31 00:45:22 +01:00
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
19 lines
443 B
TOML
19 lines
443 B
TOML
[package]
|
|
name = "tauri-winres"
|
|
description = "Create and set windows icons and metadata for executables"
|
|
version = "0.3.5"
|
|
authors = [
|
|
"Tauri Programme within The Commons Conservancy",
|
|
"Max Resch <resch.max@gmail.com>"
|
|
]
|
|
license = "MIT"
|
|
repository = "https://github.com/tauri-apps/winres"
|
|
documentation = "https://docs.rs/tauri-winres/"
|
|
rust-version = "1.66"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
toml = "0.9"
|
|
embed-resource = "3"
|
|
dunce = "1"
|