diff --git a/crates/wasi-http/Cargo.toml b/crates/wasi-http/Cargo.toml index d3d2e0957231..f91f9b5233e4 100644 --- a/crates/wasi-http/Cargo.toml +++ b/crates/wasi-http/Cargo.toml @@ -6,7 +6,6 @@ edition.workspace = true repository = "https://github.com/bytecodealliance/wasmtime" license = "Apache-2.0 WITH LLVM-exception" description = "Experimental HTTP library for WebAssembly in Wasmtime" -readme = "readme.md" [dependencies] anyhow = { workspace = true }