Add sub-projects

This commit is contained in:
2025-04-16 15:08:51 +02:00
parent 2dbf216d37
commit db538adfdd
22 changed files with 1157 additions and 0 deletions

View File

@ -0,0 +1,16 @@
[project]
name = "sshecret-client"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"asyncssh>=2.20.0",
"click>=8.1.8",
"cryptography>=44.0.2",
"paramiko>=3.5.1",
"sshecret",
]
[tool.uv.sources]
sshecret = { workspace = true }