chronotope / chrono-tz

TimeZone implementations for rust-chrono from the IANA database
Other
229 stars 55 forks source link

Include license file in chrono-tz-build crate #118

Closed ankane closed 1 year ago

ankane commented 1 year ago

Hi, this symlinks the license file so it's included in the published chrono-tz-build crate.

cd chrono-tz-build
ln -s ../LICENSE .
djc commented 1 year ago

Thanks!

ankane commented 1 year ago

That was fast - thanks @djc! Just realized it's missing from chrono-tz as well - will submit another PR.