Skip to content

Commit

Permalink
Remove unused dependencies. (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
nasa42 authored Dec 22, 2024
1 parent 1b87b66 commit 6a167b0
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 74 deletions.
66 changes: 0 additions & 66 deletions Cargo.lock

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

2 changes: 0 additions & 2 deletions agent/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,12 @@ clap = { version = "4.5.20", features = ["derive", "env"] }
flatbuffers = "24.3.25"
futures = "0.3.31"
pty-process = { version = "0.4.0", features = ["async"] }
rand = "0.8.5"
tokio = "1.41.1"
tokio-tungstenite = "0.24.0"
tracing = "0.1.41"
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
webterm-core = { path = "../core" }
url = "2.5.3"
ring = "0.17.8"
semver = "1.0.23"

[lints.clippy]
Expand Down
6 changes: 0 additions & 6 deletions relay/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,12 @@ axum = { version = "0.7.7", features = ["macros", "ws", "http2"] }
clap = { version = "4.5.20", features = ["derive", "env"] }
flatbuffers = "24.3.25"
futures = "0.3.31"
hyper = { version = "1.5.0", features = ["full"] }
serde = { version = "1.0.215", features = ["derive"] }
serde_json = "1.0.132"
tokio = { version = "1.41.1", features = ["full"] }
tokio-tungstenite = "0.24.0"
tower-http = { version = "0.6.1", features = ["trace"] }
tracing = "0.1.41"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
webterm-core = { path = "../core" }
rand = "0.8.5"
log = { version = "0.4.22", features = [] }
semver = "1.0.23"

[lints.clippy]
new_without_default = "allow"

0 comments on commit 6a167b0

Please sign in to comment.