Skip to content

Commit c62811e

Browse files
authored
Update timezone_provider cargo.toml for publish (#303)
1 parent b6875b7 commit c62811e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

provider/Cargo.toml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
[package]
22
name = "timezone_provider"
3+
description = "Time zone data providers"
34
edition.workspace = true
45
version.workspace = true
56
rust-version.workspace = true
@@ -8,6 +9,13 @@ license.workspace = true
89
repository.workspace = true
910
readme.workspace = true
1011
exclude.workspace = true
12+
include = [
13+
"src/**/*",
14+
"Cargo.toml",
15+
"LICENSE-Apache",
16+
"LICENSE-MIT",
17+
"README.md"
18+
]
1119

1220
[dependencies]
1321

0 commit comments

Comments
 (0)