From 7fe443dcb69a8a921759751fd14b1f1058d2479f Mon Sep 17 00:00:00 2001 From: Samuel Date: Tue, 24 Dec 2024 18:49:40 +0100 Subject: [PATCH] doc: add recommende fields to Cargo.toml --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 391c27c..ea62931 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"]