summaryrefslogtreecommitdiff
path: root/serde_dhall/Cargo.toml
diff options
context:
space:
mode:
authorNadrieril2020-06-24 14:30:12 +0100
committerNadrieril2020-06-24 15:00:45 +0100
commit9a256dd5b84875c208fe316f6b35b3f17672dcce (patch)
treefe191e86e7690f91a751118dc81da4b420f2d01d /serde_dhall/Cargo.toml
parenta4c28375e2dc98582b3e0d7a00c53b6853d7d4b7 (diff)
chore: reduce crate size using cargo-diet
Diffstat (limited to 'serde_dhall/Cargo.toml')
-rw-r--r--serde_dhall/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
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"] }