Alejandro Cabeza Romero 418e8b9b70
Into workspace.
2026-04-24 16:03:33 +02:00

24 lines
687 B
TOML

[workspace.package]
categories = ["cryptography", "external-ffi-bindings"]
description = "Rust bindings for the Logos Blockchain Circuits, providing a safe and efficient interface for interacting with the underlying cryptographic circuits."
edition = "2024"
keywords = ["blockchain", "privacy"]
license = "MIT or Apache-2.0"
readme = "README.md"
repository = "https://github.com/logos-blockchain/logos-blockchain-circuits"
version = "0.1.0"
[workspace]
members = [
"logos-blockchain-circuits-types"
]
resolver = "3"
[workspace.dependencies]
# Internal
lbc-types = { path = "logos-blockchain-circuits-types" }
# External
libc = "0.2.185"
thiserror = "2.0.18"