Updated workspace

This commit is contained in:
Pro7ech
2025-10-23 11:41:19 +02:00
parent 93c7587692
commit 5cd2d0ca13
6 changed files with 18 additions and 14 deletions

View File

@@ -3,6 +3,10 @@ members = ["poulpy-hal", "poulpy-core", "poulpy-backend", "poulpy-schemes"]
resolver = "3"
[workspace.dependencies]
poulpy-hal = {path = "poulpy-hal"}
poulpy-core = {path = "poulpy-core"}
poulpy-backend = {path = "poulpy-backend"}
poulpy-schemes = {path = "poulpy-schemes"}
rug = "1.27"
rand = "0.9.1"
rand_chacha = "0.9.0"