aboutsummaryrefslogtreecommitdiff
path: root/crates/render-parity/Cargo.toml
blob: 70c7ac3ba3e87ba4289e9fdc8731f442e46cf8c3 (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.8"