summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 78fb1ae4fa1b0c68754265b7c9b6f0badc089b28 (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"]
categories = ["date-and-time", "parser-implementations", "value-formatting", "data-structures"]

# 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"