libtz-sys 0.2.0

An FFI interface to IANA's timezone library, libtz [WIP, don't use yet]
Documentation
[package]
name = "libtz-sys"
version = "0.2.0"
edition = "2021"
description = "An FFI interface to IANA's timezone library, libtz [WIP, don't use yet]"
repository = "https://github.com/caldwell/libtz-sys.git"
license-file = "LICENSE.md"
links = "tz"

[lib]
path = "localtime.rs"

[build-dependencies]
make-cmd = "0.1.0"

[dev-dependencies]
version-sync = "0.9"

[dependencies]