From 2f12a548d52a1148a7fb09397b4f24aef7b2ab16 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Guilhem=20Barth=C3=A9s?= Date: Fri, 2 Sep 2022 18:37:21 +0200 Subject: [PATCH] docs: Add information to cargo.toml --- Cargo.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 30a88a9..200a314 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,8 +2,9 @@ name = "dental-notation-cli" version = "0.1.0" edition = "2021" - -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html +repository = "https://git.barthes.xyz/guilhem/dental-notation-cli" +license = "GPL-3.0-or-later" +categories = ["parsing", "command-line-utilities"] [dependencies] clap = {version = "3.2.5", features = [ "derive" ] }