diff options
Diffstat (limited to 'serde_dhall')
-rw-r--r-- | serde_dhall/Cargo.toml | 1 |
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"] } |