fast image operations
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml7
1 files changed, 7 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 1c85e52..ab92c06 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -12,6 +12,13 @@ repository = "https://github.com/bend-n/fimg"
[dependencies]
png = { version = "0.17", features = ["unstable"], optional = true }
+[dev-dependencies]
+criterion = "0.5"
+
+[[bench]]
+name = "overlays"
+harness = false
+
[features]
save = ["png"]
default = ["save"]