First commit

This commit is contained in:
2026-01-11 09:19:22 +01:00
commit 50f7b1159e
108 changed files with 11791 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
[project]
name = "Cryptotools"
version = "0.1.0"
description = ""
authors = [
{name = "gbucchino",email = "gbucchino@fortinet-us.com"}
]
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
]
[build-system]
requires = ["poetry-core>=2.0.0,<3.0.0"]
build-backend = "poetry.core.masonry.api"