mirror of
https://github.com/QuilibriumNetwork/ceremonyclient.git
synced 2026-02-21 18:37:26 +08:00
24 lines
456 B
TOML
24 lines
456 B
TOML
[package]
|
|
name = "ferret"
|
|
version = "0.1.0"
|
|
authors = ["Cassandra Heart"]
|
|
edition = "2018"
|
|
description = "FERRET is an oblivious transfer library"
|
|
license = "AGPL"
|
|
|
|
[lib]
|
|
crate-type = ["lib", "staticlib"]
|
|
name = "ferret"
|
|
|
|
[dependencies]
|
|
libc = "0.2"
|
|
uniffi = { version= "0.25", features = ["cli"]}
|
|
hex = "0.4.3"
|
|
rand = "0.9.0"
|
|
rand_chacha = "0.9.0"
|
|
|
|
[build-dependencies]
|
|
uniffi = { version = "0.25", features = [ "build" ] }
|
|
bindgen = "0.63.0"
|
|
cc = "1.0"
|