Skip to content

Commit

Permalink
fix: added Cargo.toml properties
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeromos Kovacs committed Jul 4, 2024
1 parent 8f184bf commit 8913774
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@ name = "fit2gpx"
version = "0.1.0"
edition = "2021"

authors = ["Jeromos Kovács <[email protected]>"]
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]
Expand Down

0 comments on commit 8913774

Please sign in to comment.