diff --git a/crates/core/component/fee/Cargo.toml b/crates/core/component/fee/Cargo.toml index 94dcdd171b..4e3c5d7cc1 100644 --- a/crates/core/component/fee/Cargo.toml +++ b/crates/core/component/fee/Cargo.toml @@ -9,6 +9,7 @@ component = [ "cnidarium", "penumbra-proto/cnidarium", "tonic", + "penumbra-proto/rpc" ] default = ["std", "component"] std = ["ark-ff/std"] @@ -27,7 +28,7 @@ decaf377-rdsa = {workspace = true} metrics = {workspace = true} penumbra-asset = {workspace = true, default-features = false} penumbra-num = {workspace = true, default-features = false} -penumbra-proto = {workspace = true, features = ["rpc"], default-features = false} +penumbra-proto = {workspace = true, default-features = false} rand = {workspace = true} rand_core = {workspace = true, features = ["getrandom"]} serde = {workspace = true, features = ["derive"]}