From 1543c79a87db9b91fb0b347c1ed7b6094c0e20cc Mon Sep 17 00:00:00 2001 From: Felipe Contreras Salinas Date: Thu, 9 Mar 2023 23:51:08 -0300 Subject: [PATCH] add license and link info to cargo package --- 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