mirror of
https://github.com/SeCherkasov/util-linux-cal.git
synced 2026-03-29 23:51:07 +03:00
15 lines
324 B
TOML
15 lines
324 B
TOML
[package]
|
|
name = "holiday_highlighter"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
description = "Holiday highlighting plugin for cal using isdayoff.ru API"
|
|
|
|
[lib]
|
|
crate-type = ["cdylib", "rlib"]
|
|
name = "holiday_highlighter"
|
|
|
|
[dependencies]
|
|
chrono = { version = "0.4.43", features = ["unstable-locales"] }
|
|
ureq = "2.12"
|
|
libc = "0.2"
|