geth/crates/geth-cas/Cargo.toml

19 lines
410 B
TOML

[package]
name = "geth-cas"
version = "0.1.0"
edition.workspace = true
rust-version.workspace = true
license.workspace = true
[dependencies]
aes-gcm.workspace = true
blake3.workspace = true
hex.workspace = true
rand.workspace = true
serde.workspace = true
thiserror.workspace = true
geth-codec = { path = "../geth-codec" }
geth-types = { path = "../geth-types" }
[dev-dependencies]
tempfile.workspace = true