diff options
Diffstat (limited to '')
-rw-r--r-- | dhall/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dhall/Cargo.toml b/dhall/Cargo.toml index 214ace6..2844779 100644 --- a/dhall/Cargo.toml +++ b/dhall/Cargo.toml @@ -9,6 +9,7 @@ readme = "README.md" repository = "https://github.com/Nadrieril/dhall-rust" edition = "2018" build = "build.rs" +include = ["src/**/*", "README.md", "build.rs"] [dependencies] annotate-snippets = "0.7.0" |