Skip to content

Commit

Permalink
Cargo.toml: Add missing metadata
Browse files Browse the repository at this point in the history
Running `cargo package` requires some metadata.
  • Loading branch information
bastelfreak committed Jul 2, 2024
1 parent 4df371d commit 9d2ecd0
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,6 +2,10 @@
name = "curite"
version = "0.1.0"
edition = "2021"
license = "MIT"
repository = "https://github.com/Libera-Chat/curite.git"
homepage = "https://github.com/Libera-Chat/curite"
description = "nickserv account verification URL bot"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down

0 comments on commit 9d2ecd0

Please sign in to comment.