From bdce3a36f72de6097fb78a917e29b7e093a6ef58 Mon Sep 17 00:00:00 2001 From: HampusM Date: Thu, 11 May 2023 21:27:36 +0200 Subject: docs: add examples --- Cargo.toml | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 516e5d2..d3497c3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,3 +11,10 @@ deserializer-static-generics = [] quick-xml = "0.27.1" thiserror = "1.0.38" +[dev-dependencies] +mockall = "0.11.4" + +[[example]] +name = "testing" +test = true +required-features = ["deserializer-static-generics"] -- cgit v1.2.3-18-g5258