Skip to content

Commit

Permalink
add more info to Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
natemcintosh committed Apr 27, 2024
1 parent cd67dc8 commit a7e9b76
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
name = "duckup"
version = "0.1.0"
edition = "2021"
license-file = "LICENSE"
description = "A tool for downloading new versions of duckdb"
repository = "https://github.com/natemcintosh/duckup"
readme = "README.md"
keywords = ["install", "duckdb"]
categories = ["command-line-utilities"]


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

Expand Down

0 comments on commit a7e9b76

Please sign in to comment.