Adding scheduling module (#15)
Release Tagging / release (push) Successful in 33s
Rust Build / Check (push) Successful in 52s
Rust Build / Test Suite (push) Successful in 43s
Rust Build / Rustfmt (push) Successful in 27s
Rust Build / Clippy (push) Successful in 29s
Rust Build / build (push) Successful in 32s

Reviewed-on: phoenix/textsender-models#15
This commit was merged in pull request #15.
This commit is contained in:
2026-05-30 22:56:13 -04:00
parent 7bffed3f9d
commit 638da70649
2 changed files with 28 additions and 0 deletions
+1
View File
@@ -1,4 +1,5 @@
pub mod event;
pub mod scheduling;
use serde::{Deserialize, Serialize};