refactor: ♻️ remove unused dependecies
This commit is contained in:
parent
b72b87e3c1
commit
4c519391f8
5 changed files with 0 additions and 4384 deletions
4376
Cargo.lock
generated
4376
Cargo.lock
generated
File diff suppressed because it is too large
Load diff
|
@ -5,9 +5,6 @@ members = [
|
|||
]
|
||||
|
||||
[workspace.dependencies]
|
||||
chrono = { version = "0.4.41", features = ["serde"] }
|
||||
# serde = { version = "1.0.219", features = ["derive"] }
|
||||
# serde_json = "1.0.140"
|
||||
tokio = { version = "1.45.1", default-features = false, features = ["io-util"] }
|
||||
s2n-quic = "1.59.0"
|
||||
bincode = "2.0.1"
|
||||
|
|
|
@ -5,7 +5,6 @@ edition = "2024"
|
|||
|
||||
[dependencies]
|
||||
protocol = { path = "../protocol" }
|
||||
chrono = { workspace = true }
|
||||
tokio = { workspace = true }
|
||||
s2n-quic = { workspace = true }
|
||||
cpal = "0.16.0"
|
||||
|
|
|
@ -4,8 +4,5 @@ version = "0.1.0"
|
|||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
# serde = { workspace = true }
|
||||
# serde_json = { workspace = true }
|
||||
tokio = { workspace = true }
|
||||
chrono = { workspace = true }
|
||||
bincode = { workspace = true }
|
||||
|
|
|
@ -5,6 +5,5 @@ edition = "2024"
|
|||
|
||||
[dependencies]
|
||||
protocol = { path = "../protocol" }
|
||||
chrono = { workspace = true }
|
||||
tokio = { workspace = true }
|
||||
s2n-quic = { workspace = true }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue