feat: continue work on gcal, better meetings schedule types

This commit is contained in:
2025-08-26 23:57:06 -05:00
parent 31ab29c2f1
commit a01a30d047
9 changed files with 641 additions and 347 deletions

5
Cargo.lock generated
View File

@@ -170,6 +170,7 @@ dependencies = [
"anyhow",
"async-trait",
"axum",
"bitflags 2.9.3",
"chrono",
"chrono-tz",
"compile-time",
@@ -187,6 +188,7 @@ dependencies = [
"serde_json",
"serenity",
"thiserror 2.0.16",
"time",
"tokio",
"tracing",
"tracing-subscriber",
@@ -216,6 +218,9 @@ name = "bitflags"
version = "2.9.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "34efbcccd345379ca2868b2b2c9d3782e9cc58ba87bc7d79d5b53d9c9ae6f25d"
dependencies = [
"serde",
]
[[package]]
name = "block-buffer"