Subcommand
Some checks are pending
Build legacy Nix package on Ubuntu / build (push) Waiting to run

This commit is contained in:
Nox Sluijtman 2025-06-07 11:43:42 +02:00
parent b05bb05c48
commit c1651ed993
Signed by: Egg
SSH key fingerprint: SHA256:2sG9X3C7Xvq2svGumz1/k7cm8l4G9+qAtAeugqB4J9M
3 changed files with 31 additions and 24 deletions

16
Cargo.lock generated
View file

@ -110,14 +110,6 @@ version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
[[package]]
name = "hello-world"
version = "0.1.0"
dependencies = [
"clap",
"mpd",
]
[[package]]
name = "is_terminal_polyfill"
version = "1.70.1"
@ -133,6 +125,14 @@ dependencies = [
"bufstream",
]
[[package]]
name = "noise"
version = "0.1.0"
dependencies = [
"clap",
"mpd",
]
[[package]]
name = "once_cell_polyfill"
version = "1.70.1"