1
0
Fork 0
mirror of https://codeberg.org/icewind/haze.git synced 2026-06-03 17:14:08 +02:00
haze/Cargo.toml
2021-03-14 17:20:06 +01:00

24 lines
No EOL
583 B
TOML

[package]
name = "haze"
version = "0.1.0"
authors = ["Robin Appelman <robin@icewind.nl>"]
edition = "2018"
[dependencies]
bollard = { version = "0.10", git = "https://github.com/icewind1991/bollard", branch = "exec-input" }
color-eyre = "0.5"
maplit = "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"
toml = "0.5"
directories-next = "1"
serde = "1"
petname = "1"
reqwest = { version = "0.11", default-features = false }
[profile.release]
lto = true