chore: setup github workflow for publishing using cargo-dist

This commit is contained in:
Stevan Freeborn
2026-03-12 05:22:49 -05:00
parent 4383573c8e
commit c2b7298bb8
3 changed files with 239 additions and 0 deletions
+5
View File
@@ -2,6 +2,7 @@
name = "zoeae"
version = "0.0.0"
edition = "2024"
repository = "https://github.com/StevanFreeborn/zoeae"
[dependencies]
iced = { version = "0.14.0", features = ["image", "markdown", "highlighter", "tokio"] }
@@ -9,3 +10,7 @@ rfd = "0.17.1"
tokio = { version ="1.49.0", features = ["fs"] }
uuid = { version = "1.19.0", features = ["v4"] }
webbrowser = "1.1.0"
[profile.dist]
inherits = "release"
lto = "thin"