feat: return sql statements as array

This commit is contained in:
Samuel 2024-12-26 12:11:16 +01:00
parent e99ec8e88a
commit e43dd2c336
2 changed files with 9 additions and 14 deletions

View file

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