From 54f9c37431fe9d824afde0c0b2243d468b1dbddf Mon Sep 17 00:00:00 2001 From: scratchyone <scratchywon@gmail.com> Date: Wed, 6 Jan 2021 10:52:57 -0500 Subject: [PATCH] Add Cargo.toml metadata --- Cargo.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 1b71c2c..e45ff93 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,6 +3,11 @@ name = "wasm-sockets" version = "0.1.0" authors = ["scratchyone <scratchywon@gmail.com>"] edition = "2018" +license = "MIT" +categories = ["game-development", "network-programming", "wasm", "web-programming::websocket"] +description = "A WASM-only websocket library" +repository = "https://github.com/scratchyone/wasm-sockets" +readme = "Readme.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html -- GitLab