Skip to content

Commit

Permalink
Cleanup Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
dtcristo committed Apr 28, 2023
1 parent 990a497 commit bdabdaa
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 160 deletions.
156 changes: 1 addition & 155 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 0 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,9 @@ name = "gpt-html"
version = "0.1.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
axum = "0.6"
axum-extra = "0.7"
# eventsource-client = "0.11"
eventsource-stream = "0.2"
futures = "0.3"
lazy_static = "1"
Expand All @@ -17,11 +14,9 @@ reqwest = { version = "0.11", features = ["json", "stream"] }
serde = { version = "1", features = ["derive"] }
serde_json = "1"
strum_macros = "0.24"
# reqwest-eventsource = "0.4"
tokio = { version = "1", features = ["full"] }
# tower = { version = "0.4", features = ["full"] }
tower-http = { version = "0.4", features = ["full"] }

[dev-dependencies]
anyhow = "1"
httpc-test = "0.1"

0 comments on commit bdabdaa

Please sign in to comment.