Initial commit

This commit is contained in:
2026-03-21 12:43:00 -05:00
commit 83bf16823c
438 changed files with 33617 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
[package]
name = "tzdata"
version = "2025c"
revision = 1
description = "Time Zone Data"
homepage = "https://www.iana.org/time-zones"
license = "LicenseRef-tz"
[[source]]
url = "https://www.iana.org/time-zones/repository/releases/tzdata$version.tar.gz"
sha256 = "4aa79e4effee53fc4029ffe5f6ebe97937282ebcdf386d5d2da91ce84142f957"
extract_dir = "$name-$version"
patches = []
post_extract = []
[build]
type = "custom"
[dependencies]
build = []
runtime = ["filesystem"]