Skip to content
Snippets Groups Projects
Unverified Commit 4477c06f authored by scratchyone's avatar scratchyone
Browse files

Set docs.rs target

parent e823ecef
No related branches found
No related tags found
No related merge requests found
[package] [package]
name = "wasm-sockets" name = "wasm-sockets"
version = "0.2.0" version = "0.2.1"
authors = ["scratchyone <scratchywon@gmail.com>"] authors = ["scratchyone <scratchywon@gmail.com>"]
edition = "2018" edition = "2018"
license = "MIT" license = "MIT"
...@@ -9,6 +9,10 @@ description = "A WASM-only websocket library" ...@@ -9,6 +9,10 @@ description = "A WASM-only websocket library"
repository = "https://github.com/scratchyone/wasm-sockets" repository = "https://github.com/scratchyone/wasm-sockets"
readme = "Readme.md" readme = "Readme.md"
[package.metadata.docs.rs]
targets = ["wasm32-unknown-unknown"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies] [dependencies]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment