mirror of
https://mzte.de/git/LordMZTE/dotfiles.git
synced 2024-11-11 20:43:00 +01:00
22 lines
471 B
TOML
22 lines
471 B
TOML
[package]
|
|
name = "i3status"
|
|
version = "0.1.0"
|
|
edition = "2018"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
serde_json = "1.0.66"
|
|
chrono = "0.4.19"
|
|
|
|
[dependencies.heim]
|
|
version = "0.1.0-rc"
|
|
features = ["cpu", "memory"]
|
|
|
|
[dependencies.serde]
|
|
version = "1.0.127"
|
|
features = ["derive"]
|
|
|
|
[dependencies.tokio]
|
|
version = "1.9.0"
|
|
features = ["macros", "rt-multi-thread", "time", "sync", "process", "io-util"]
|