Skip to content

Commit a73e1a1

Browse files
committed
Use the published datetime version, not one from Git
1 parent 2cebd35 commit a73e1a1

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

Cargo.toml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
[package]
22
name = "zoneinfo_parse"
3+
description = "Library for parsing zoneinfo time zone files"
4+
35
version = "0.1.2"
4-
authors = ["Ben S <[email protected]>"]
56
documentation = "https://docs.rs/zoneinfo_parse"
7+
homepage = "https://github.com/rust-datetime/zoneinfo-compiled"
8+
license = "MIT"
9+
readme = "README.md"
10+
authors = ["Ben S <[email protected]>"]
611

712
[dependencies]
13+
datetime = "0.4.4"
814
lazy_static = "0.2.1"
915
regex = "0.1.77"
10-
11-
[dependencies.datetime]
12-
git = "https://github.com/rust-datetime/datetime.git"

0 commit comments

Comments
 (0)