diff --git a/syndicate-server/Cargo.toml b/syndicate-server/Cargo.toml index 5f93e06..b712492 100644 --- a/syndicate-server/Cargo.toml +++ b/syndicate-server/Cargo.toml @@ -9,6 +9,8 @@ homepage = "https://syndicate-lang.org/" repository = "https://git.syndicate-lang.org/syndicate-lang/syndicate-rs" license = "Apache-2.0" +default-run = "syndicate-server" + [features] jemalloc = ["dep:tikv-jemallocator"]