Skip to content

Commit

Permalink
[doc] enhance Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
icepuma committed Nov 23, 2021
1 parent adcca9a commit 291dfa2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@ name = "fbtoggl"
version = "0.1.0"
edition = "2021"
authors = ["Stefan Ruzitschka <[email protected]>"]
description = "Terminal client to interact with toggl.com REST api."
description = "Terminal client to interact with track.toggl.com REST api."
keywords = ["toggl", "track", "time-tracking", "cli", "productivity"]
repository = "https://github.com/icepuma/fbtoggl"
readme = "README.md"
license = "WTFPL"

[dependencies]
clap = { version = "3.0.0-beta.5", features = [
Expand Down

0 comments on commit 291dfa2

Please sign in to comment.