blob: c0491d273a98331703b5b6c0caea3ccc1f9819c2 (
plain)
[package]
name = "botic"
version = "0.1.0"
edition = "2021"
description = "A time crate that handles leap seconds"
repository = "https://github.com/botahamec/botic"
license = "Unlicense"
keywords = ["date", "time", "calendar"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
derive_more = "0.99"
thiserror = "1"
parking_lot = "0.12"
|