configuration.nix/scripts/jpassmenu/pyproject.toml
Jalil David Salamé Messina c65e793a85
feat: rewrite jpassmenu in Python
There is no reason for it to be a Rust program
2025-05-17 17:53:58 +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",
]