mirror of
https://github.com/rosenpass/rosenpass.git
synced 2025-12-05 20:40:02 -08:00
Before this change, the patch release was left open. This patch pinpoints it exactly, down to the patch release. Signed-off-by: wucke13 <wucke13+github@gmail.com>
22 lines
639 B
TOML
22 lines
639 B
TOML
[package]
|
|
name = "rosenpass-oqs"
|
|
authors = ["Karolin Varner <karo@cupdev.net>", "wucke13 <wucke13@gmail.com>"]
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
license = "MIT OR Apache-2.0"
|
|
description = "Rosenpass internal bindings to liboqs"
|
|
homepage = "https://rosenpass.eu/"
|
|
repository = "https://github.com/rosenpass/rosenpass"
|
|
readme = "readme.md"
|
|
rust-version = "1.77.0"
|
|
|
|
[dependencies]
|
|
rosenpass-cipher-traits = { workspace = true }
|
|
rosenpass-util = { workspace = true }
|
|
oqs-sys = { workspace = true }
|
|
paste = { workspace = true }
|
|
|
|
[dev-dependencies]
|
|
rosenpass-secret-memory = { workspace = true }
|
|
rosenpass-constant-time = { workspace = true }
|