Some checks are pending
Build legacy Nix package on Ubuntu / build (push) Waiting to run
8 lines
149 B
TOML
8 lines
149 B
TOML
[package]
|
|
name = "hello-world"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
clap = { version = "4.5.39", features = ["derive"] }
|
|
mpd = "0.1.0"
|