From 8913774bf3d493619a7a3cfa1a7ec3f22d67f028 Mon Sep 17 00:00:00 2001 From: Jeromos Kovacs Date: Thu, 4 Jul 2024 19:47:27 +0200 Subject: [PATCH] fix: added Cargo.toml properties --- Cargo.toml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 9f15f6e..5337974 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,6 +3,13 @@ name = "fit2gpx" version = "0.1.0" edition = "2021" +authors = ["Jeromos Kovács "] +description = ".fit to .gpx converter" +keywords = ["garmin", "fit", "cli"] +categories = ["command-line-interface"] +repository = "https://github.com/jeromeschmied/fit2gpx-rs" +license = "MIT" + # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies]