Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
tiptenbrink committed Dec 11, 2023
0 parents commit 06b403e
Show file tree
Hide file tree
Showing 9 changed files with 820 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/target
354 changes: 354 additions & 0 deletions Cargo.lock

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

9 changes: 9 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
[package]
name = "dploy"
version = "0.1.0"
edition = "2021"

[dependencies]
clap = { version = "4.4.10", features = ["derive"] }
keyring = { version = "2.1.0", default-features = false, features=[ "linux-no-secret-service" ] }
rpassword = "7.3.1"
Loading

0 comments on commit 06b403e

Please sign in to comment.