aboutsummaryrefslogtreecommitdiffstats
path: root/src/cmd/stream.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/stream.rs')
-rw-r--r--src/cmd/stream.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/stream.rs b/src/cmd/stream.rs
index d52c410..95c1191 100644
--- a/src/cmd/stream.rs
+++ b/src/cmd/stream.rs
@@ -1,7 +1,7 @@
use crate::prelude::*;
use tokio::io::AsyncWrite as _;
-#[derive(serde::Deserialize)]
+#[derive(serde::Deserialize, Debug)]
pub struct Config {
#[serde(
deserialize_with = "crate::config::auth",