diff --git a/mantis/node/Cargo.toml b/mantis/node/Cargo.toml index 4c8c534c..6019c6e4 100644 --- a/mantis/node/Cargo.toml +++ b/mantis/node/Cargo.toml @@ -3,7 +3,8 @@ name = "mantis-node" version = "0.1.0" edition = "2021" - +[[bin]] +name = "mantis" [dependencies] cw-mantis-order = { path = "../../contracts/cosmwasm/order" }