Skip to content

Commit 76aa205

Browse files
author
huangdonghao
committed
完善配置文件
1 parent e7e8106 commit 76aa205

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
[package]
2+
authors = ["Jane <[email protected]>"]
3+
description = "将 PNG 图像的 RGBA 模式转为调色板模式,从而减小图像大小。目前压缩只压缩 RGBA 模式的图像,调色板模式将跳过。这是一个多线程有损PNG图像压缩工具。"
24
edition = "2021"
5+
license = "GPL-3.0-or-later"
36
name = "png-palettes-optimization"
4-
version = "0.1.0"
7+
readme = "README.md"
8+
repository = "https://github.com/cct124/png-palettes-optimization"
9+
version = "0.1.1"
510

611
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
712

0 commit comments

Comments
 (0)