julianday 0.2.0

Julian day is the continuous count of days since the beginning of the Julian Period. This crate implements a method to convert a JulianDay to and from the chrono's NaiveDate.
Documentation
[package]
name = "julianday"
version = "0.2.0"
authors = ["Max Audron"]
license = "MIT"
description = "Julian day is the continuous count of days since the beginning of the Julian Period. This crate implements a method to convert a JulianDay to and from the chrono's NaiveDate."
repository = "https://gitlab.com/cocainefarm/julianday"
readme = "README.md"
categories = ["date-and-time"]
edition = "2018"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
chrono = "0.4"