init notify

This commit is contained in:
ranfdev
2023-10-08 15:57:09 +02:00
parent c3de2224a8
commit 52ea57057e
40 changed files with 13845 additions and 552 deletions

6
ntfy-daemon/build.rs Normal file
View File

@ -0,0 +1,6 @@
fn main() {
capnpc::CompilerCommand::new()
.file("src/ntfy.capnp")
.run()
.unwrap();
}