Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "dateless"
version = "0.2.0"
authors = ["v1olen <v1olen@v-sn.io>"]
edition = "2018"
description = "..."
license = "Apache-2.0"
repository = "https://gitlab.com/v1olen/dateless"

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

[dependencies]
chrono = "0.4.19"
optional_struct = "0.2.0"

[dev-dependencies]