File: drop-chatgpt

package info (click to toggle)
rust-buildlog-consultant 0.1.4-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 892 kB
  • sloc: makefile: 2
file content (32 lines) | stat: -rw-r--r-- 753 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
Index: buildlog-consultant/Cargo.toml
===================================================================
--- buildlog-consultant.orig/Cargo.toml
+++ buildlog-consultant/Cargo.toml
@@ -34,7 +34,6 @@ license = "GPL-2.0+"
 repository = "https://github.com/jelmer/buildlog-consultant.git"
 
 [features]
-chatgpt = ["dep:chatgpt_rs"]
 cli = [
     "dep:clap",
     "dep:env_logger",
@@ -65,19 +64,6 @@ name = "analyze-sbuild-log"
 path = "src/bin/analyze-sbuild-log.rs"
 required-features = ["cli"]
 
-[[bin]]
-name = "chatgpt-analyze-log"
-path = "src/bin/chatgpt-analyze-log.rs"
-required-features = [
-    "chatgpt",
-    "cli",
-    "tokio",
-]
-
-[dependencies.chatgpt_rs]
-version = "1"
-optional = true
-
 [dependencies.chrono]
 version = "0.4.31"