[router] remove main.rs because only lib.rs is used for py binding (#2453)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user