mirror of
https://codeberg.org/icewind/haze.git
synced 2026-06-03 09:04:12 +02:00
better ids
This commit is contained in:
parent
30a002ef71
commit
4ad207f58d
3 changed files with 71 additions and 43 deletions
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue