Skip to content

Commit

Permalink
Only include relevant files when publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
pitdicker committed Apr 3, 2024
1 parent fd2d160 commit d177b65
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions chrono-tz/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,22 @@ repository = "https://github.com/chronotope/chrono-tz"
documentation = "https://docs.rs/chrono-tz"
readme = "../README.md"
license = "MIT OR Apache-2.0"
include = [
"src/*.rs",
"tests/*.rs",
"build.rs",
"LICENSE",
"tz/africa",
"tz/antarctica",
"tz/asia",
"tz/australasia",
"tz/backward",
"tz/etcetera",
"tz/europe",
"tz/northamerica",
"tz/southamerica",
"tz/NEWS",
]

[dependencies]
arbitrary = { version = "1.2", optional = true, features = ["derive"] }
Expand Down

0 comments on commit d177b65

Please sign in to comment.