We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6875b7 commit c62811eCopy full SHA for c62811e
1 file changed
provider/Cargo.toml
@@ -1,5 +1,6 @@
1
[package]
2
name = "timezone_provider"
3
+description = "Time zone data providers"
4
edition.workspace = true
5
version.workspace = true
6
rust-version.workspace = true
@@ -8,6 +9,13 @@ license.workspace = true
8
9
repository.workspace = true
10
readme.workspace = true
11
exclude.workspace = true
12
+include = [
13
+ "src/**/*",
14
+ "Cargo.toml",
15
+ "LICENSE-Apache",
16
+ "LICENSE-MIT",
17
+ "README.md"
18
+]
19
20
[dependencies]
21
0 commit comments