mirror of
https://mzte.de/git/LordMZTE/dotfiles.git
synced 2024-11-16 23:12:06 +01:00
13 lines
258 B
TOML
13 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"
|