refactor: Favor futures crate over futures-lite to reduce dependencies
This commit is contained in:
parent
b770b59e7b
commit
4153f9f060
18 changed files with 116 additions and 107 deletions
|
|
@ -10,7 +10,6 @@ publish = false
|
|||
async-pidfd = "0.1.4"
|
||||
fork = "0.1.19"
|
||||
freedesktop-desktop-entry = "0.5.0"
|
||||
futures-lite = "1.12.0"
|
||||
gtk = "0.15.4"
|
||||
human_format = "1.0.3"
|
||||
human-sort = "0.2.2"
|
||||
|
|
@ -35,3 +34,4 @@ sysfs-class = "0.1.3"
|
|||
anyhow = "1.0.56"
|
||||
flume = "0.10.12"
|
||||
dirs = "4.0.0"
|
||||
futures = "0.3.21"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue