init notify
This commit is contained in:
6
ntfy-daemon/build.rs
Normal file
6
ntfy-daemon/build.rs
Normal file
@ -0,0 +1,6 @@
|
||||
fn main() {
|
||||
capnpc::CompilerCommand::new()
|
||||
.file("src/ntfy.capnp")
|
||||
.run()
|
||||
.unwrap();
|
||||
}
|
||||
Reference in New Issue
Block a user