Skip to content

Commit

Permalink
Merge pull request #15 from chronotope/workspace
Browse files Browse the repository at this point in the history
Move parse-zoneinfo into workspace
  • Loading branch information
djc authored Apr 15, 2024
2 parents 87e97a5 + b794c59 commit 1698953
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 13 deletions.
15 changes: 2 additions & 13 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,2 @@
[package]
name = "parse-zoneinfo"
version = "0.3.0"
description = "Parse zoneinfo files from the IANA database"
repository = "https://github.com/djzin/parse-zoneinfo"
readme = "README.md"
license = "MIT"
keywords = ["date", "time", "timezone", "zone", "calendar"]

[dependencies.regex]
version = "1.3.1"
default-features = false
features = ["std", "unicode-perl"]
[workspace]
members = ["parse-zoneinfo"]
File renamed without changes.
13 changes: 13 additions & 0 deletions parse-zoneinfo/Cargo.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
[package]
name = "parse-zoneinfo"
version = "0.3.0"
description = "Parse zoneinfo files from the IANA database"
repository = "https://github.com/djzin/parse-zoneinfo"
readme = "README.md"
license = "MIT"
keywords = ["date", "time", "timezone", "zone", "calendar"]

[dependencies.regex]
version = "1.3.1"
default-features = false
features = ["std", "unicode-perl"]
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 1698953

Please sign in to comment.