~core/calstr

ref: d45323581e1658a51577ab23dc535e6a959dd008 calstr/Cargo.toml -rw-r--r-- 402 bytes
d4532358 — core fix: manifest update a month ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "calstr"
description = "dead simple calendar summary for bars"
documentation = "https://git.srht.e3t.cc/~core/calstr"
homepage = "https://git.srht.e3t.cc/~core/calstr"
repository = "https://git.srht.e3t.cc/~core/calstr"
version = "0.1.0"
edition = "2024"
license = "AGPL-3.0-or-later"

[dependencies]
walkdir = "2.5"
icalendar = "0.16"
chrono = "0.4"
chrono-tz = "0.10"
rrule = "0.14"