diff --git a/crates/does-it-throw-wasm/Cargo.toml b/crates/does-it-throw-wasm/Cargo.toml index 91db5ef..d0a7a44 100644 --- a/crates/does-it-throw-wasm/Cargo.toml +++ b/crates/does-it-throw-wasm/Cargo.toml @@ -2,6 +2,12 @@ edition = "2021" name = "does-it-throw-wasm" version = "0.1.0" +description = "LSP server wasm binding for does-it-throw" +license = "MIT" +documentation = "https://github.com/michaelangeloio/does-it-throw/blob/main/readme.md" +repository = "https://github.com/michaelangeloio/does-it-throw" +homepage = "https://github.com/michaelangeloio/does-it-throw/blob/main/readme.md" + [lib] crate-type = ["cdylib"] diff --git a/crates/does-it-throw/Cargo.toml b/crates/does-it-throw/Cargo.toml index 16649a3..966bd34 100644 --- a/crates/does-it-throw/Cargo.toml +++ b/crates/does-it-throw/Cargo.toml @@ -1,6 +1,11 @@ [package] name = "does-it-throw" version = "0.1.0" +description = "LSP library for finding ES throw statements" +license = "MIT" +documentation = "https://github.com/michaelangeloio/does-it-throw/blob/main/readme.md" +repository = "https://github.com/michaelangeloio/does-it-throw" +homepage = "https://github.com/michaelangeloio/does-it-throw/blob/main/readme.md" [lib] bench = false