1 parent 2fe432f commit 3e63330Copy full SHA for 3e63330
1 file changed
Cargo.toml
@@ -1,6 +1,7 @@
1
[package]
2
name = "filo-rs"
3
version = "0.2.0"
4
+authors = ["Kanishk <kanishk0422@gmail.com>"]
5
edition = "2021"
6
rust-version = "1.85"
7
description = "Your Downloads folder cleans itself — safely, predictably, and reversibly."
@@ -43,6 +44,11 @@ lto = true
43
44
codegen-units = 1
45
strip = true
46
47
+# cargo-wix (Windows .msi) settings. The dual MIT/Apache license isn't a single
48
+# recognized token, so there's no EULA dialog — silence the warning about it.
49
+[package.metadata.wix]
50
+eula = false
51
+
52
[package.metadata.deb]
53
maintainer = "Kanishk <kanishk0422@gmail.com>"
54
copyright = "2026 Kanishk — MIT OR Apache-2.0"
0 commit comments