1
0
Fork 0
mirror of https://codeberg.org/icewind/haze.git synced 2026-06-03 09:04:12 +02:00

better ids

This commit is contained in:
Robin Appelman 2021-03-14 16:37:57 +01:00
commit 4ad207f58d
3 changed files with 71 additions and 43 deletions

View file

@ -7,7 +7,6 @@ edition = "2018"
[dependencies]
bollard = { version = "0.10", git = "https://github.com/icewind1991/bollard", branch = "exec-input" }
color-eyre = "0.5"
min-id = "0.1"
maplit = "1"
camino = { version = "1", features = ["serde1"] }
tokio = { version = "1" , features = ["fs", "macros"] }
@ -17,4 +16,8 @@ termion = "1"
opener = "0.4"
toml = "0.5"
directories-next = "1"
serde = "1"
serde = "1"
petname = "1"
[profile.release]
lto = true