11 lines
210 B
TOML
11 lines
210 B
TOML
[project]
|
|
name = "guac-scripts"
|
|
version = "0.1.0"
|
|
description = "Scripts to work with GUAC devices"
|
|
readme = "README.md"
|
|
requires-python = ">=3.12"
|
|
dependencies = [
|
|
"hid>=1.0.9",
|
|
"rich-click>=1.9.7",
|
|
]
|