Rebrand to boco
CI / build (push) Successful in 13s

This commit is contained in:
2026-09-11 17:55:53 +02:00
parent 8782baa705
commit 249f2e8520
11 changed files with 141 additions and 141 deletions
Generated
+22 -22
View File
@@ -76,6 +76,28 @@ version = "2.13.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3ded4057c258ba199e2d26386d3af3780957ecaee6c4ef4041c6b4b8b97c0b06"
[[package]]
name = "boco"
version = "0.1.0"
dependencies = [
"anyhow",
"base64",
"clap",
"flate2",
"serde",
"serde_json",
"tempfile",
"xdg",
]
[[package]]
name = "boco-init"
version = "0.1.0"
dependencies = [
"base64",
"nix",
]
[[package]]
name = "cfg-if"
version = "1.0.4"
@@ -337,28 +359,6 @@ version = "0.3.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3a219298ac11a56ea9a6d2120044824d6f01aeb034955e7af7bc16858527deea"
[[package]]
name = "slim"
version = "0.1.0"
dependencies = [
"anyhow",
"base64",
"clap",
"flate2",
"serde",
"serde_json",
"tempfile",
"xdg",
]
[[package]]
name = "slim-init"
version = "0.1.0"
dependencies = [
"base64",
"nix",
]
[[package]]
name = "strsim"
version = "0.11.1"