17 lines
327 B
TOML
17 lines
327 B
TOML
|
|
[package]
|
||
|
|
name = "kmr-tests"
|
||
|
|
version = "0.1.0"
|
||
|
|
authors = ["David Drysdale <drysdale@google.com>"]
|
||
|
|
edition = "2021"
|
||
|
|
|
||
|
|
[dependencies]
|
||
|
|
ciborium = { version = "^0.2.0", default-features = false }
|
||
|
|
env_logger = "^0.9"
|
||
|
|
hex = "0.4.3"
|
||
|
|
kmr-common = "*"
|
||
|
|
kmr-crypto-boring = "*"
|
||
|
|
kmr-ta = "*"
|
||
|
|
kmr-wire = "*"
|
||
|
|
log = "^0.4"
|
||
|
|
x509-cert = "0.1.0"
|