feat: temporarily changing the name of the binary

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
Kasper Juul Hermansen 2024-10-26 14:03:08 +02:00
parent 37bf97972b
commit 2cfaaf83ed
Signed by: kjuulh
GPG Key ID: D85D7535F18F35FA
2 changed files with 24 additions and 24 deletions

46
Cargo.lock generated
View File

@ -246,7 +246,29 @@ dependencies = [
] ]
[[package]] [[package]]
name = "cuddle" name = "cuddle-actions"
version = "0.2.0"
dependencies = [
"anyhow",
"clap",
"pretty_assertions",
"serde",
"serde_json",
]
[[package]]
name = "cuddle-actions"
version = "0.2.0"
source = "git+ssh://git@git.front.kjuulh.io/kjuulh/cuddle-v2#37bf97972b7ef70727e4438572de552bef74aa9a"
dependencies = [
"anyhow",
"clap",
"serde",
"serde_json",
]
[[package]]
name = "cuddle-v2"
version = "0.2.0" version = "0.2.0"
dependencies = [ dependencies = [
"anyhow", "anyhow",
@ -266,28 +288,6 @@ dependencies = [
"walkdir", "walkdir",
] ]
[[package]]
name = "cuddle-actions"
version = "0.2.0"
dependencies = [
"anyhow",
"clap",
"pretty_assertions",
"serde",
"serde_json",
]
[[package]]
name = "cuddle-actions"
version = "0.2.0"
source = "git+ssh://git@git.front.kjuulh.io/kjuulh/cuddle-v2#71cc6a0a000dbdb1b62b518cd2d955e9121627f1"
dependencies = [
"anyhow",
"clap",
"serde",
"serde_json",
]
[[package]] [[package]]
name = "diff" name = "diff"
version = "0.1.13" version = "0.1.13"

View File

@ -1,5 +1,5 @@
[package] [package]
name = "cuddle" name = "cuddle-v2"
edition = "2021" edition = "2021"
version.workspace = true version.workspace = true