diff --git a/crates/wasmtime/Cargo.toml b/crates/wasmtime/Cargo.toml index 08d7efda9ed7..90ea7341ef4b 100644 --- a/crates/wasmtime/Cargo.toml +++ b/crates/wasmtime/Cargo.toml @@ -1,11 +1,11 @@ [package] -name = "wasmtime" +name = "dusk-wasmtime" version.workspace = true authors.workspace = true description = "High-level API to expose the Wasmtime runtime" -documentation = "https://docs.rs/wasmtime" +documentation = "https://docs.rs/dusk-wasmtime" license = "Apache-2.0 WITH LLVM-exception" -repository = "https://github.com/bytecodealliance/wasmtime" +repository = "https://github.com/dusk-network/wasmtime" readme = "README.md" edition.workspace = true rust-version.workspace = true