Skip to content

Commit

Permalink
Exclude .github and images from package
Browse files Browse the repository at this point in the history
  • Loading branch information
Troels51 committed May 6, 2024
1 parent 29fa91b commit c9426b1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ repository = "https://github.com/Troels51/dterm"
rust-version = "1.56"
keywords = ["tui", "dbus"]
categories = ["command-line-utilities"]
exclude = [
".github/*",
"images/*",
]

[dependencies]
tui-tree-widget = "0.19"
Expand All @@ -20,4 +24,4 @@ async-recursion = "1.1.1"
itertools = "0.11.0"
clap = { version = "4.4.1", features = ["derive"] }
ratatui = { version = "0.26.2", features = ["macros"] }
zbus_xml = "4.0.0"
zbus_xml = "4.0.0"

0 comments on commit c9426b1

Please sign in to comment.