Initial commit: Rust calendar utility

This commit is contained in:
2026-02-19 06:57:09 +03:00
commit 56a8b34710
19 changed files with 4755 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
[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"