mirror of
https://mzte.de/git/LordMZTE/dotfiles.git
synced 2024-12-17 23:03:43 +01:00
12 lines
258 B
TOML
12 lines
258 B
TOML
[package]
|
|
name = "i3man"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
anyhow = "1.0.56"
|
|
i3_ipc = "0.14.0"
|
|
tracing = "0.1.32"
|
|
tracing-subscriber = "0.3.9"
|