Include READMEs in crates (#2987)

This commit is contained in:
Olivier Lemasle
2021-06-15 15:40:45 +02:00
committed by GitHub
parent 57375588f2
commit a7dad4e38f
5 changed files with 5 additions and 5 deletions

View File

@@ -9,7 +9,7 @@ keywords = ["webassembly", "wasm"]
repository = "https://github.com/bytecodealliance/wasmtime"
readme = "README.md"
edition = "2018"
include = ["src/**/*", "WASI/phases/**/*", "LICENSE", "build.rs"]
include = ["src/**/*", "WASI/phases/**/*", "README.md", "LICENSE", "build.rs"]
build = "build.rs"
# This doesn't actually link to a native library, but it allows us to set env