diff --git a/Cargo.toml b/Cargo.toml index fafc0fe..9d798ba 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,11 +1,11 @@ [package] name = "wasmbin" version = "0.6.0" -authors = ["Ingvar Stepanyan "] +authors = ["Ingvar Stepanyan "] edition = "2021" license = "Apache-2.0" description = "A self-generating WebAssembly parser and serializer" -repository = "https://github.com/GoogleChromeLabs/wasmbin" +repository = "https://github.com/RReverser/wasmbin" categories = ["wasm", "parser-implementations"] keywords = ["webassembly", "wasm", "parser", "serializer"] diff --git a/derive/Cargo.toml b/derive/Cargo.toml index f4e3a10..0fc52ab 100644 --- a/derive/Cargo.toml +++ b/derive/Cargo.toml @@ -1,11 +1,11 @@ [package] name = "wasmbin-derive" version = "0.2.2" -authors = ["Ingvar Stepanyan "] +authors = ["Ingvar Stepanyan "] edition = "2018" license = "Apache-2.0" description = "Derive crate for the wasmbin library" -repository = "https://github.com/GoogleChromeLabs/wasmbin" +repository = "https://github.com/RReverser/wasmbin" [lib] proc-macro = true