noise-rs/Cargo.toml
Marty Sluijtman d77a268197
Some checks are pending
Build legacy Nix package on Ubuntu / build (push) Waiting to run
Initial commit
2025-06-07 11:24:20 +02:00

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"