Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
dmtrKovalenko committed Jun 27, 2023
1 parent 547c50a commit 769f7ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ tracing-appender = "0.2.2"
tui = { package = "ratatui", version = "0.21.0", features = ["all-widgets"] }
uuid = "1.3.4"

[target.'cfg(not(any(x86_64-apple-darwin, x86_64-pc-windows-gnu, x86_64-pc-windows-msvc)))'.dependencies]
[target.'cfg(target_os = "linux")'.dependencies]
dbus = { version = "0.9.7", features = ["vendored"] }

0 comments on commit 769f7ca

Please sign in to comment.