configuration.nix/scripts/jpassmenu/pyproject.toml
Jalil David Salamé Messina 1fdbf8af97
All checks were successful
/ check (push) Successful in 9s
/ build-packages (push) Successful in 15s
/ build-vm (push) Successful in 29s
/ report-size (push) Successful in 1m16s
feat: replace jpassmenu with a python version
There is no reason for it to be a Rust program
2025-05-17 13:52:31 +02:00

9 lines
233 B
TOML

[project]
name = "jpassmenu"
version = "0.1.0"
description = "A simple program that uses dmenu compatible menu to select a password to type/copy"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"click>=8.1.7",
]