nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
at python-updates 24 lines 793 B view raw
1diff --git a/phira-monitor/Cargo.toml b/phira-monitor/Cargo.toml 2index 722a022..899b7db 100644 3--- a/phira-monitor/Cargo.toml 4+++ b/phira-monitor/Cargo.toml 5@@ -15,6 +15,7 @@ serde = { version = "*", features = ["derive"] } 6 serde_yaml = "*" 7 tokio = { workspace = true } 8 uuid = { version = "1.4.0", features = ["v4"] } 9+tracing = "0.1" 10 11 phira-mp-client = { git = "https://github.com/TeamFlos/phira-mp" } 12 phira-mp-common = { git = "https://github.com/TeamFlos/phira-mp" } 13diff --git a/phira-monitor/src/main.rs b/phira-monitor/src/main.rs 14index 61bcfba..a4bf8af 100644 15--- a/phira-monitor/src/main.rs 16+++ b/phira-monitor/src/main.rs 17@@ -14,6 +14,7 @@ use prpr::{ 18 use scene::MainScene; 19 use serde::Deserialize; 20 use std::fs::File; 21+use tracing::warn; 22 23 mod dir { 24 use anyhow::Result;