From 002aa0de846e633ee3b6afed68fce74a40122d58 Mon Sep 17 00:00:00 2001 From: Felipe Date: Thu, 9 Mar 2023 23:54:02 -0300 Subject: [PATCH] add license and link info to cargo package (#11) Co-authored-by: Felipe Contreras Salinas Reviewed-on: https://oolong.ludwig.dog/pitbuster/huellas/pulls/11 --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 1bd5a7a..50c8471 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,8 @@ name = "huellas" version = "0.1.3" edition = "2021" +license = "AGPL-3.0" +links = "sqlite" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html