configuration.nix/scripts/audiomenu/pyproject.toml
Jalil David Salamé Messina 1d5160b669
Some checks failed
/ check (push) Successful in 9s
/ build-packages (push) Failing after 15s
/ build-vm (push) Has been skipped
/ report-size (push) Has been skipped
feat: rewrite audiomenu in Python
There is no reason for it to be a Rust program
2025-05-17 17:55:42 +02:00

9 lines
224 B
TOML

[project]
name = "audiomenu"
version = "0.1.0"
description = "fuzzel script to select the default audio device for pipewire+wireplumber"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"click>=8.1.7",
]