mirror of
https://github.com/SeCherkasov/util-linux-cal.git
synced 2026-03-30 16:01:50 +03:00
Initial commit: Rust calendar utility
This commit is contained in:
14
plugins/holiday_highlighter/Cargo.toml
Normal file
14
plugins/holiday_highlighter/Cargo.toml
Normal 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"
|
||||
Reference in New Issue
Block a user