Added the scaffolding
This commit is contained in:
4
shanty-notify/src/lib.rs
Normal file
4
shanty-notify/src/lib.rs
Normal file
@@ -0,0 +1,4 @@
|
||||
//! Notifications for new releases and events.
|
||||
//!
|
||||
//! Sends notifications to the user via pluggable backends (Apprise, webhooks,
|
||||
//! etc.) when events occur such as new releases or completed downloads.
|
||||
3
shanty-notify/src/main.rs
Normal file
3
shanty-notify/src/main.rs
Normal file
@@ -0,0 +1,3 @@
|
||||
fn main() {
|
||||
println!("shanty-notify: notifications");
|
||||
}
|
||||
Reference in New Issue
Block a user