psnr/Cargo.toml

13 lines
194 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]
2019-07-08 10:31:28 +02:00
image = "0.21.2"
lazy_static = "0.2.11"
2018-03-29 07:57:14 +02:00
[[bin]]
name = "psnr"
path = "src/main.rs"