Skip to content

Commit

Permalink
Merge pull request #22 from warpy-ai/publish_version_1
Browse files Browse the repository at this point in the history
Add version publication
  • Loading branch information
jucasoliveira authored Apr 24, 2024
2 parents 5eca8fe + c746bec commit 3ba2c51
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
name = "rustubble"
version = "0.1.0"
edition = "2021"
authors = ["Lucas Oliveira <[email protected]>"] # List of crate authors.
description = "A brief description of what your crate does."
license = "Apache-2.0"
repository = "https://github.com/warpy-ai/rustubble"
keywords = ["cli", "terminal"] # arbitrary keywords
categories = ["command-line-utilities"]

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

0 comments on commit 3ba2c51

Please sign in to comment.