blob: 1a2559ece57a1344ee9a22bbe13d8ce4fe1d4020 [file]
# Licensed under the Apache-2.0 license
[package]
name = "crypto-tests"
version = "0.1.0"
edition = "2021"
license = "Apache-2.0"
[[bin]]
name = "crypto_client_test"
path = "src/main.rs"
[dependencies]
crypto-api = { path = "../api" }
crypto-client = { path = "../client" }
[features]
default = []
ecdsa = ["crypto-api/ecdsa", "crypto-client/ecdsa"]