feat: add dependency

This commit is contained in:
2023-01-20 22:36:19 +08:00
parent 68e8d103b4
commit cf8e579f27
644 changed files with 150099 additions and 14 deletions

View File

@@ -0,0 +1,17 @@
[package]
name = "iana-time-zone-haiku"
description = "iana-time-zone support crate for Haiku OS"
version = "0.1.1"
authors = ["René Kijewski <crates.io@k6i.de>"]
repository = "https://github.com/strawlab/iana-time-zone"
license = "MIT OR Apache-2.0"
keywords = ["IANA", "time"]
categories = ["date-and-time", "internationalization", "os"]
readme = "README.md"
edition = "2018"
[dependencies]
cxx = "1.0.34"
[build-dependencies]
cxx-build = "1.0.34"