refactor(notif): Use discord_client crate
- Moved code into a new Rust crate `node-notifier` - Create new crate discord client - node_notifier use now discord client
This commit is contained in:
12
node_notifier/Cargo.toml
Normal file
12
node_notifier/Cargo.toml
Normal file
@@ -0,0 +1,12 @@
|
||||
[package]
|
||||
name = "node-notifier"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
dotenvy = "0.15.7"
|
||||
reqwest = { version = "0.12.22", features = ["blocking", "json"] }
|
||||
serde = "1.0.219"
|
||||
serde_json = "1.0.140"
|
||||
sysinfo = "0.35.2"
|
||||
discord_client = { path = "../discord_client" }
|
||||
Reference in New Issue
Block a user