Add process feature to tokio

This commit is contained in:
Jeremy Soller 2024-11-11 11:18:15 -07:00
parent 65477b841d
commit e4a37273fd
No known key found for this signature in database
GPG key ID: D02FD439211AF56F

View file

@ -34,7 +34,7 @@ regex = "1"
serde = { version = "1", features = ["serde_derive"] }
shlex = { version = "1.3" }
tempfile = "3"
tokio = { version = "1", features = ["sync"] }
tokio = { version = "1", features = ["process", "sync"] }
trash = { git = "https://github.com/jackpot51/trash-rs.git", branch = "cosmic" }
url = "2.5"
walkdir = "2.5.0"