summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 28afab4b5aab49c2c7392b8e24977ff2ffc9d7e2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "tiny-png"
version = "0.1.0"
edition = "2021"

[dependencies]

[dev-dependencies]
png = "0.17.10"

[features]
std = []
default = ["std"]