Skip to content

Commit

Permalink
Fill info of the wasm crate
Browse files Browse the repository at this point in the history
  • Loading branch information
oleiade committed Jul 14, 2023
1 parent cbc64a3 commit 6bba9f3
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions crates/motus-wasm/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
[package]
edition = "2021"
name = "wasm"
description = "A WASM-compatible wrapper around the motus crate"
version = "0.1.0"
name = "motus-wasm"
description = "A dead-simple secure password generator WASM library"
version = "0.2.0"
homepage = "https://github.com/oleiade/motus"
repository = "https://github.com/oleiade/motus"
keywords = ["password", "generator", "wasm", "rust"]
license-file = "../LICENSE"
publish = false

[lib]
Expand Down

0 comments on commit 6bba9f3

Please sign in to comment.