refactor(rust): restructure project and update configuration management

This commit is contained in:
Félix MARQUET
2025-06-12 19:55:09 +02:00
parent 426403ad92
commit cc39b743e6
19 changed files with 1148 additions and 837 deletions

View File

@@ -1,11 +1,11 @@
[package]
name = "github-ntfy"
version = "0.1.0"
version = "2.0.0"
edition = "2021"
[[bin]]
name = "github-ntfy"
path = "ntfy.rs"
path = "src/main.rs"
[dependencies]
tokio = { version = "1", features = ["full"] }