psnr/Cargo.toml

12 lines
166 B
TOML
Raw Normal View History

2018-02-01 09:39:23 +01:00
[package]
name = "psnr"
version = "0.1.0"
authors = ["Thomas Forgione <thomas@tforgione.fr>"]
[dependencies]
image = "*"
2018-03-29 07:57:14 +02:00
[[bin]]
name = "psnr"
path = "src/main.rs"