mirror of
https://github.com/SeCherkasov/util-linux-cal.git
synced 2026-03-30 07:51:46 +03:00
- unicode-width: 0.1.14 → 0.2.2 - libloading: 0.8.9 → 0.9.0 - ureq: 2.12.1 → 3.2.0 (plugin) Updated ureq API usage: response.into_string() → response.into_body().read_to_string()
15 lines
323 B
TOML
15 lines
323 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 = "3.2"
|
|
libc = "0.2"
|