1
0
Fork 0
mirror of https://codeberg.org/icewind/haze.git synced 2026-06-03 17:14:08 +02:00
This commit is contained in:
Robin Appelman 2021-03-13 22:58:32 +01:00
commit 56c574374e
5 changed files with 150 additions and 12 deletions

View file

@ -9,9 +9,12 @@ bollard = { version = "0.10", git = "https://github.com/icewind1991/bollard", br
color-eyre = "0.5"
min-id = "0.1"
maplit = "1"
camino = "1"
camino = { version = "1", features = ["serde1"] }
tokio = { version = "1" , features = ["fs", "macros"] }
parse-display = "0.4"
futures-util = "0.3"
termion = "1"
opener = "0.4"
opener = "0.4"
toml = "0.5"
directories-next = "1"
serde = "1"