diff --git a/bin/server/Cargo.toml b/bin/server/Cargo.toml index 46fbd44..cde4f9c 100644 --- a/bin/server/Cargo.toml +++ b/bin/server/Cargo.toml @@ -1,5 +1,6 @@ [package] name = "octo-server" +default-run = "octo-server" description = "octo service: composes the REST API and the deposit ingest worker into one binary." version.workspace = true edition.workspace = true