mirror of
https://github.com/logos-blockchain/logos-blockchain-circuits.git
synced 2026-05-19 07:49:30 +00:00
24 lines
687 B
TOML
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"
|