Skip to content

Commit

Permalink
Merge pull request #9 from natemcintosh/3-cargo-publish-duckup
Browse files Browse the repository at this point in the history
add more info to Cargo.toml
  • Loading branch information
natemcintosh committed Apr 28, 2024
2 parents cd67dc8 + a7e9b76 commit 92976f2
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 92976f2

Please sign in to comment.