From 94dfcb457f4d0957a99c13fa3d25c584c2ad5b4c Mon Sep 17 00:00:00 2001 From: netcrns Date: Sat, 20 Feb 2021 18:55:11 +0100 Subject: [PATCH] chore: add serde as an optional dependency --- Cargo.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 237c2b9..b2d56c2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -102,6 +102,11 @@ libc = "0.2" bitflags = "1.0" thiserror = "1" +[dependencies.serde] +version = "1.0.0" +optional = true +features = ["derive"] + [dependencies.image] version = "0.23" optional = true