Skip to content

Commit

Permalink
fill cargo details
Browse files Browse the repository at this point in the history
  • Loading branch information
n-hass committed Jan 29, 2024
1 parent e198397 commit 15d224a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 8 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
[package]
name = "raph"
version = "0.1.0"
version = "0.1.1"
description = "AWS profile manager and executor"
homepage = "https://github.com/n-hass/raph"
repository = "https://github.com/n-hass/raph"
documentation = "https://github.com/n-hass/raph/blob/main/README.md"
readme = "README.md"
license-file = "LICENSE"
edition = "2021"


[dependencies]
clap = { version = "4.4.18", features = ["cargo"] }
crossterm = "0.27.0"
Expand Down

0 comments on commit 15d224a

Please sign in to comment.