10000 chore: Remove debug binary from Cargo.toml · edgenai/llama_cpp-rs@dbdd9a4 · GitHub
[go: up one dir, main page]

Skip to content

Commit dbdd9a4

Browse files
committed
chore: Remove debug binary from Cargo.toml
1 parent 81e5de9 commit dbdd9a4

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

crates/llama_cpp/Cargo.toml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,12 @@ license = "MIT OR Apache-2.0"
99
readme = "../../README.md"
1010
publish = true
1111

12-
[[bin]]
13-
name = "infer"
14-
path = "src/bin/infer.rs"
15-
1612
[dependencies]
1713
ctor = "0.2.5"
1814
derive_more = "0.99.17"
1915
flume = "0.11.0"
2016
llama_cpp_sys = { version = "^0.2.0", path = "../llama_cpp_sys" }
2117
num_cpus = "1.16.0"
22-
parking_lot = "0.12.1"
2318
thiserror = "1.0.49"
2419
tokio = { version = "1.33.0", features = ["sync"] }
2520
tracing = "0.1.39"
26-
tracing-subscriber = { version = "0.3.17", features = ["fmt"] }

0 commit comments

Comments
 (0)
0