diff --git a/relayer-cli/Cargo.toml b/relayer-cli/Cargo.toml index 3a47429539..9b640331db 100644 --- a/relayer-cli/Cargo.toml +++ b/relayer-cli/Cargo.toml @@ -16,6 +16,9 @@ description = """ This crate is a CLI wrapper over the `ibc-relayer` library. """ +[[bin]] +name = "hermes" + [features] profiling = ["ibc-relayer/profiling"]