monorepo/ifc/Cargo.toml

29 lines
793 B
TOML
Raw Normal View History

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"]
license = "GPL-3.0-only"
license-file = "../COPYING"
2021-12-15 04:25:48 +00:00
[dependencies]
chrono = { version = "0.4" }
chrono-tz = { version = "0.6" }
iron = { version = "0.6.1" }
mustache = { version = "0.9.0" }
params = { version = "*" }
router = { version = "*" }
serde = { version = "1.0", features = ["derive"] }
thiserror = { version = "1" }
2021-12-15 04:25:48 +00:00
# [[bin]]
# name = "ifc-today"
# path = "src/today.rs"
2021-12-15 04:25:48 +00:00
# [[bin]]
# name = "ifc-web"
# path = "src/web.rs"