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

@@ -1,6 +1,6 @@
[package]
name = "poulpy-core"
version = "0.1.1"
version = "0.2.0"
edition = "2024"
license = "Apache-2.0"
description = "A backend agnostic crate implementing RLWE-based encryption & arithmetic."
@@ -11,8 +11,8 @@ documentation = "https://docs.rs/poulpy"
[dependencies]
rug = {workspace = true}
criterion = {workspace = true}
poulpy-hal = {path="../poulpy-hal"}
poulpy-backend = {path="../poulpy-backend"}
poulpy-hal = {workspace = true}
poulpy-backend = {workspace = true}
itertools = {workspace = true}
byteorder = {workspace = true}
once_cell = {workspace = true}