feat: update cli with bin name

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
Kasper Juul Hermansen 2023-06-09 22:03:32 +02:00
parent 77bbf6c855
commit 91ee9d4387
Signed by: kjuulh
GPG Key ID: 57B6E1465221F912
5 changed files with 8 additions and 13 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
/target
.cuddle/
.env

View File

@ -1,5 +1,2 @@
[workspace]
members = [
"cuddle_cli",
"examples/base"
]
members = ["cuddle_cli", "examples/base"]

View File

@ -3,6 +3,11 @@ name = "cuddle_cli"
version = "0.1.0"
edition = "2021"
[[bin]]
name = "cuddle"
path = "src/main.rs"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
@ -17,5 +22,5 @@ dirs = "4.0.0"
tracing = "0.1.36"
tracing-subscriber = { version = "0.3.15", features = ["json"] }
log = { version = "0.4.17", features = ["std", "kv_unstable"] }
openssl = {version = "0.10", features = ["vendored"]}
openssl = { version = "0.10", features = ["vendored"] }
tera = "1.17.0"

7
id_git
View File

@ -1,7 +0,0 @@
-----BEGIN OPENSSH PRIVATE KEY-----
b3BlbnNzaC1rZXktdjEAAAAABG5vbmUAAAAEbm9uZQAAAAAAAAABAAAAMwAAAAtzc2gtZW
QyNTUxOQAAACCix8lNGxRN+auRDOljId8JWWp7nleNv4Q0kD3c/gkI8QAAAJBB4Oi7QeDo
uwAAAAtzc2gtZWQyNTUxOQAAACCix8lNGxRN+auRDOljId8JWWp7nleNv4Q0kD3c/gkI8Q
AAAEARiqT4Zvda/VoGZFTY19hNhLc162ZyQ6y48Vy3kCUBCqLHyU0bFE35q5EM6WMh3wlZ
anueV42/hDSQPdz+CQjxAAAADGdpdEAxMC4wLjkuMAE=
-----END OPENSSH PRIVATE KEY-----

View File

@ -1 +0,0 @@
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKLHyU0bFE35q5EM6WMh3wlZanueV42/hDSQPdz+CQjx git@10.0.9.0