summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: 10c4487d01c255968422078a8228895cba97688f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "kairos"
version = "0.0.0"
authors = ["Matthias Beyer <mail@beyermatthias.de>"]

description = "A library on top of chrono to calculate times and dates ergonomically"

categories  = [ "date-and-time" ]
keywords    = ["time", "calc", "parser"]
readme      = "README.md"
license     = "MPL-2.0"

repository    = "https://github.com/matthiasbeyer/kairos"

[dependencies]