Skip to content

Commit

Permalink
Update Cargo.toml with license, description, and project metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinArce committed Apr 5, 2024
1 parent 364b5ba commit 160f02a
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 @@ -3,6 +3,13 @@ name = "bun-cli"
version = "0.1.0"
edition = "2021"
authors = ["Kevin Arce <[email protected]>"]
license = "MIT OR Apache-2.0"
description = "Bun CLI Generator is a command-line tool built in Rust, designed to streamline the process of setting up new Bun projects. With a simple command, users can generate a basic Bun project structure, including necessary configuration files and a ready-to-go project setup, saving time and setting a standard structure for Bun applications."
readme = "README.md"
homepage = "https://github.com/KevinArce/bun-cli"
repository = "https://github.com/KevinArce/bun-cli"
keywords = ["cli", "search", "demo"]
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 160f02a

Please sign in to comment.