From 9a256dd5b84875c208fe316f6b35b3f17672dcce Mon Sep 17 00:00:00 2001 From: Nadrieril Date: Wed, 24 Jun 2020 14:30:12 +0100 Subject: chore: reduce crate size using cargo-diet --- serde_dhall/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'serde_dhall') diff --git a/serde_dhall/Cargo.toml b/serde_dhall/Cargo.toml index 99ef7bf..7fd901d 100644 --- a/serde_dhall/Cargo.toml +++ b/serde_dhall/Cargo.toml @@ -9,6 +9,7 @@ readme = "../README.md" repository = "https://github.com/Nadrieril/dhall-rust" keywords = ["serde", "serialization", "dhall"] edition = "2018" +include = ["src/**/*"] [dependencies] serde = { version = "1.0", features = ["derive"] } -- cgit v1.2.3