doc: add recommende fields to Cargo.toml
This commit is contained in:
parent
1bc7d12b0d
commit
7fe443dcb6
1 changed files with 3 additions and 0 deletions
|
@ -2,6 +2,9 @@
|
|||
name = "signal-decrypt-backup-wasm"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
description = "Get the raw database from your Signal backup. Written for webassembly"
|
||||
repository = "https://git.duskflower.dev/duskflower/signal-decrypt-backup-wasm"
|
||||
license = "MIT"
|
||||
|
||||
[lib]
|
||||
crate-type = ["cdylib", "rlib"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue