psnr/Cargo.toml

13 lines
192 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]
2021-07-05 16:24:00 +02:00
image = "0.23"
lazy_static = "0.2.11"
2018-03-29 07:57:14 +02:00
[[bin]]
name = "psnr"
path = "src/main.rs"