remove async-channel dep
This commit is contained in:
parent
215dc4cd13
commit
f60d986cac
2 changed files with 0 additions and 2 deletions
1
Cargo.lock
generated
1
Cargo.lock
generated
|
@ -233,7 +233,6 @@ checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
|
|||
name = "audrey"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"async-channel",
|
||||
"bindgen",
|
||||
"bytes",
|
||||
"chrono",
|
||||
|
|
|
@ -5,7 +5,6 @@ edition = "2021"
|
|||
|
||||
[dependencies]
|
||||
adw = { version = "0.7.0", package = "libadwaita", features = ["v1_6"] }
|
||||
async-channel = "2.3.1"
|
||||
bytes = "1.8.0"
|
||||
chrono = { version = "0.4.38", features = ["serde", "std"], default-features = false }
|
||||
color-thief = "0.2.2"
|
||||
|
|
Loading…
Reference in a new issue