chore: rename sdk

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2024-10-26 21:35:28 +02:00
parent 938680cb75
commit 6c4a05e43d
7 changed files with 18 additions and 17 deletions

8
Cargo.lock generated
View File

@@ -7,7 +7,7 @@ name = "action"
version = "0.1.0"
dependencies = [
"anyhow",
"cuddle-actions 0.2.0 (git+ssh://git@git.front.kjuulh.io/kjuulh/cuddle-v2)",
"cuddle-actions",
"tokio",
]
@@ -248,21 +248,21 @@ dependencies = [
[[package]]
name = "cuddle-actions"
version = "0.2.0"
source = "git+ssh://git@git.front.kjuulh.io/kjuulh/cuddle-v2#37bf97972b7ef70727e4438572de552bef74aa9a"
dependencies = [
"anyhow",
"clap",
"pretty_assertions",
"serde",
"serde_json",
]
[[package]]
name = "cuddle-actions"
name = "cuddle-actions-sdk"
version = "0.2.0"
source = "git+ssh://git@git.front.kjuulh.io/kjuulh/cuddle-v2#37bf97972b7ef70727e4438572de552bef74aa9a"
dependencies = [
"anyhow",
"clap",
"pretty_assertions",
"serde",
"serde_json",
]