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