This commit is contained in:
Samuel 2024-12-24 18:58:36 +01:00
parent 7fe443dcb6
commit 6f477f9cbc
2 changed files with 234 additions and 1 deletions

View file

@ -4,7 +4,8 @@ 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"
license = "GPL-3-only"
license-file = "LICENSE"
[lib]
crate-type = ["cdylib", "rlib"]