Skip to content

Commit

Permalink
Refactor Cargo.toml to exclude unnecessary files and update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
AndPuQing committed Sep 29, 2024
1 parent 4a600dc commit e04d583
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ authors = ["PuQing <[email protected]>"]
build = "build.rs"
repository = "https://github.com/550W-HOST/ttydash"
license = "MIT"
include = ["src/**/*", "Cargo.toml", "LICENSE"]
exclude = ["assets/", ".github/"]
readme = "README.md"
keywords = ["tty", "plot", "dashboard", "cli", "terminal"]

[dependencies]
Expand Down

0 comments on commit e04d583

Please sign in to comment.