aboutsummaryrefslogtreecommitdiff
path: root/crates/render-parity/Cargo.toml
blob: dcf2ca1b33e28d18c43dbeb36911157bcfaa6622 (plain) (blame)
1
2
3
4
5
6
7
8
9
[package]
name = "render-parity"
version = "0.1.0"
edition = "2021"

[dependencies]
image = { version = "0.25", default-features = false, features = ["png"] }
serde = { version = "1", features = ["derive"] }
toml = "0.9"