Skip to content

Commit

Permalink
Added repo, desc, categories, and keywords to Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenengler committed May 26, 2024
1 parent daa1e77 commit 7c75e08
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ edition = "2021"
# htmx and the sse extension (which are bundled with the application) are
# licensed under 0BSD
license = "AGPL-3.0-or-later AND 0BSD"
repository = "https://github.com/stevenengler/transportal"
description = "A responsive web interface and server for Transmission."
categories = ["command-line-utilities"]
keywords = ["transmission", "torrent", "bittorrent", "web"]

[dependencies]
anyhow = "1.0.82"
Expand Down

0 comments on commit 7c75e08

Please sign in to comment.