Files
flexcal/Cargo.toml
2021-12-08 14:33:52 -04:00

17 lines
536 B
TOML

[package]
name = "flexcal"
version = "0.1.0"
edition = "2021"
license-file = "LICENSE.txt"
description = "A flexible business calendar struct"
keywords = [ "calendar", "business", "scheduling" ]
repository = "https://github.com/kinesintech/flexcal"
homepage = "https://github.com/kinesintech/flexcal"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
chrono = { version = "0.4", features = ["serde"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"