feat: cms event

This commit is contained in:
0x6d696b7566616e
2025-05-26 14:11:17 +07:00
parent 36c12110c2
commit 89cc631fb0
18 changed files with 711 additions and 2 deletions
+2
View File
@@ -1,3 +1,5 @@
pub mod v1;
pub fn add(left: u64, right: u64) -> u64 {
left + right
}