commit3fd1474140Author: Ian Roddis <tech@kinesin.ca> Date: Wed Dec 8 14:01:28 2021 -0400 Adding license and adjusting readme commit638659a467Author: Ian Roddis <tech@kinesin.ca> Date: Wed Dec 8 13:55:40 2021 -0400 Adding support for generating date ranges on date ranges
13 lines
326 B
TOML
13 lines
326 B
TOML
[package]
|
|
name = "flexcal"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
license-file = "LICENSE.txt"
|
|
|
|
# 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"
|