Skip to content

Commit 94a7bc9

Browse files
authored
added rust-build.action config
1 parent bbbf8d4 commit 94a7bc9

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Cargo.toml

+7
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,10 @@ serde = { version = "1.0.199", features = ["derive"] }
1515

1616
[build-dependencies]
1717
slint-build = "1.5"
18+
19+
[rust-build.action]
20+
identifier = "me.yanice.pomodoro-timer"
21+
category = "public.app-category.utilities"
22+
copyright = "© 2024 Yanice (imyanice)."
23+
icon = "icons/icon.png"
24+
displayName = "Pomodoro Timer"

0 commit comments

Comments
 (0)