2021-12-15 04:25:48 +00:00
|
|
|
[package]
|
|
|
|
name = "international-fixed-calendar"
|
|
|
|
description = "chrono-compatible-ish date objects for the International Fixed Calendar"
|
|
|
|
version = "0.1.0"
|
|
|
|
authors = ["Savanni D'Gerinel <savanni@luminescent-dreams.com>"]
|
|
|
|
edition = "2018"
|
|
|
|
keywords = ["date", "time", "calendar"]
|
|
|
|
categories = ["date-and-time"]
|
2023-02-11 17:59:15 +00:00
|
|
|
license = "GPL-3.0-only"
|
|
|
|
license-file = "../COPYING"
|
2021-12-15 04:25:48 +00:00
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
chrono = "0.4"
|
2022-01-19 04:26:22 +00:00
|
|
|
chrono-tz = "0.6"
|
2021-12-15 04:25:48 +00:00
|
|
|
iron = "0.6.1"
|
|
|
|
mustache = "0.9.0"
|
|
|
|
params = "*"
|
|
|
|
router = "*"
|
|
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
|
|
|
|
|
|
[[bin]]
|
|
|
|
name = "ifc-today"
|
|
|
|
path = "src/today.rs"
|
|
|
|
|
|
|
|
[[bin]]
|
|
|
|
name = "ifc-web"
|
|
|
|
path = "src/web.rs"
|