Skip to content

Commit

Permalink
Add package information into Cargo.toml.
Browse files Browse the repository at this point in the history
  • Loading branch information
Fanteria committed Mar 7, 2024
1 parent 01f6cd1 commit 966157f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
name = "shortcut-autotyper"
version = "0.1.0"
edition = "2021"
license-file = "LICENSE"
keywords = ["autotyper", "shortcut"]
readme = "README.md"
description = "Shortcut AutoTyper is a command-line tool for automating repetitive typing tasks using predefined shortcuts defined in a JSON configuration file. Simply configure your shortcuts and let AutoTyper do the typing for you."
categories = ["command-line-utilities"]
repository = "https://github.com/Fanteria/shortcut-autotyper"

[dependencies]
serde = { version = "1.0", features = ["derive"] }
Expand Down

0 comments on commit 966157f

Please sign in to comment.