[router] remove main.rs because only lib.rs is used for py binding (#2453)

This commit is contained in:
Byron Hsu
2024-12-11 12:13:19 -08:00
committed by GitHub
parent a4cca7fc53
commit 864bf2ba00
2 changed files with 0 additions and 129 deletions

View File

@@ -3,10 +3,6 @@ name = "sglang_router_rs"
version = "0.0.0"
edition = "2021"
[[bin]]
name = "sglang_router_rs"
path = "src/main.rs"
[lib]
name = "sglang_router_rs"
# Pure Rust library: Just omit crate-type (defaults to rlib)