diff --git a/Cargo.toml b/Cargo.toml index 7ecdb29..3551fc1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wasm-sockets" -version = "0.2.2" +version = "0.3.0" authors = ["scratchyone "] edition = "2018" license = "MIT" @@ -14,12 +14,12 @@ description = "A WASM-only websocket library" repository = "https://github.com/scratchyone/wasm-sockets" readme = "Readme.md" -[lib] -crate-type = ["cdylib", "rlib"] - [package.metadata.docs.rs] targets = ["wasm32-unknown-unknown"] +[lib] +crate-type = ["cdylib", "rlib"] + # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html