-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCargo.toml
34 lines (29 loc) · 1.12 KB
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
[package]
name = "chinenshichanaka"
version = "0.1.0"
edition = "2021"
description = "Convert an image to a favicon with the size 32x32"
license = "MIT"
authors = ["Juga Paazmaya <[email protected]>"]
homepage = "https://github.com/paazmaya/chinenshichanaka"
repository = "https://github.com/paazmaya/chinenshichanaka"
# See more keys and their definitions at
# https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
clap = { version = "4.5.23", features = ["derive"] }
image = "0.25.5"
color_quant = "1.1.0"
[dev-dependencies]
tempfile = "3.14.0"
assert_cmd = "2.0.16"
# https://github.com/crabnebula-dev/cargo-packager
[package.metadata.packager]
before-each-package-command = "cargo build --release"
identifier = "fi.paazmaya.chinenshichanaka"
product-name = "Image Converter"
out_dir = "packages"
formats = ["all"]
description = "Convert an image to a favicon with the size 32x32"
resources = ["Cargo.toml", "src", "icon-32x32.png", "icon-128x128.png"]
icons = ["./icon-32x32.png", "./icon-128x128.png"]
# appimage needs bash, apk --no-cache add libc6-compat, finally found out that its not supposed to work on musl