dayjs 0.1.0

dayjs api for rust
Documentation
[[bin]]
name = "dayjs"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0.91"

[dependencies.chrono]
version = "0.4.38"

[dependencies.dotenvy]
version = "0.15.7"

[dependencies.env_logger]
version = "0.11.5"

[dependencies.envy]
version = "0.4.2"

[dependencies.lazy_static]
version = "1.5.0"

[dependencies.log]
version = "0.4.22"

[dependencies.regex]
version = "1.11.0"

[lib]
name = "dayjs"
path = "src/lib.rs"

[package]
authors = ["michaelbguo@tencent.com"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["date-and-time"]
description = "dayjs api for rust"
documentation = "https://docs.rs/dayjs"
edition = "2021"
keywords = ["date", "time", "day"]
license = "MIT"
name = "dayjs"
readme = "README.md"
repository = "https://github.com/guobin211/dayjs"
version = "0.1.0"