diff --git a/Cargo.lock b/Cargo.lock index 8ad8f6db86..f9a74e3f01 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5200,6 +5200,7 @@ dependencies = [ "async-trait", "cnidarium", "cnidarium-component", + "penumbra-asset", "penumbra-chain", "penumbra-num", "penumbra-proto", diff --git a/crates/core/component/distributions/Cargo.toml b/crates/core/component/distributions/Cargo.toml index b5dfc33de7..004fc48750 100644 --- a/crates/core/component/distributions/Cargo.toml +++ b/crates/core/component/distributions/Cargo.toml @@ -22,6 +22,7 @@ cnidarium-component = { path = "../../../cnidarium-component", optional = true } penumbra-chain = { path = "../chain", default-features = false } penumbra-num = { path = "../../../core/num", default-features = false } penumbra-proto = { path = "../../../proto", default-features = false } +penumbra-asset = { path = "../../../core/asset", default-features = false } cnidarium = { path = "../../../cnidarium", optional = true } # Crates.io deps