Complete backend

This commit is contained in:
2025-04-18 16:39:05 +02:00
parent 83551ffb4a
commit ec90fb7680
11 changed files with 561 additions and 121 deletions

View File

@ -14,6 +14,9 @@ dependencies = [
"sqlmodel>=0.0.24",
]
[project.scripts]
sshecret-backend = "sshecret_backend.cli:cli"
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"