Skip to content

Commit

Permalink
update Cargo.toml with project description, repository link, readme, …
Browse files Browse the repository at this point in the history
…and keywords
  • Loading branch information
matej-almasi committed Dec 6, 2024
1 parent 4ae6a88 commit a3988fb
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 @@ -2,7 +2,11 @@
name = "doru"
version = "0.1.0"
edition = "2021"
description = "A simple library providing basic Todo functionality."
repository = "https://github.com/matej-almasi/doru"
readme = "README.MD"
license = "MIT OR Apache-2.0"
keywords = ["Todo"]

[dependencies]
clap = { version = "4.5.21", features = ["derive"] }
Expand Down

0 comments on commit a3988fb

Please sign in to comment.