diff --git a/grpc/Cargo.toml b/grpc/Cargo.toml index 67dca2cb..640c56fb 100644 --- a/grpc/Cargo.toml +++ b/grpc/Cargo.toml @@ -24,7 +24,7 @@ celestia-types = { workspace = true, features = [ "tonic" ] } celestia-proto = { workspace = true, features = [ "tonic" ] } celestia-tendermint.workspace = true prost.workspace = true -grpc_method.path = "./grpc_method_macro" +grpc_method = { version = "0.1.0", path = "grpc_method_macro" } cosmrs = "0.21.0" thiserror = "1.0.61" diff --git a/grpc/grpc_method_macro/Cargo.toml b/grpc/grpc_method_macro/Cargo.toml index a0fab9c2..31318038 100644 --- a/grpc/grpc_method_macro/Cargo.toml +++ b/grpc/grpc_method_macro/Cargo.toml @@ -1,5 +1,5 @@ [package] -name = "grpc_method" +name = "celestia-grpc-macros" version = "0.1.0" edition = "2021"