Skip to content

Commit

Permalink
[router] remove main.rs because only lib.rs is used for py binding (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
ByronHsu authored Dec 11, 2024
1 parent a4cca7f commit 864bf2b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 129 deletions.
4 changes: 0 additions & 4 deletions rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
125 changes: 0 additions & 125 deletions rust/src/main.rs

This file was deleted.

0 comments on commit 864bf2b

Please sign in to comment.