Skip to content

Commit

Permalink
crate descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelangeloio committed Nov 6, 2023
1 parent 3e75dc2 commit 72b22fd
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
6 changes: 6 additions & 0 deletions crates/does-it-throw-wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down
5 changes: 5 additions & 0 deletions crates/does-it-throw/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 72b22fd

Please sign in to comment.