added color + changed flake.nix a little

This commit is contained in:
2026-07-10 19:08:16 -05:00
parent 7f3fba6807
commit f4fb80779a
5 changed files with 27 additions and 4 deletions
Generated
+10
View File
@@ -486,6 +486,7 @@ name = "clonee"
version = "0.1.0"
dependencies = [
"clap",
"colored",
"dialoguer",
"keyring",
"octocrab",
@@ -510,6 +511,15 @@ version = "1.0.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1d07550c9036bf2ae0c684c4297d503f838287c83c53686d05370d0e139ae570"
[[package]]
name = "colored"
version = "3.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "faf9468729b8cbcea668e36183cb69d317348c2e08e994829fb56ebfdfbaac34"
dependencies = [
"windows-sys 0.61.2",
]
[[package]]
name = "combine"
version = "4.6.7"