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]