diff --git a/Cargo.toml b/Cargo.toml index 5050276..653ffb5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "livebox" -version = "0.9.1" +version = "0.9.2" edition = "2021" description = "A library to gather data from Livebox 4 & 5." license = "GPL-3.0" diff --git a/src/client.rs b/src/client.rs index 63a0a89..4f691b7 100644 --- a/src/client.rs +++ b/src/client.rs @@ -11,6 +11,7 @@ use log::{trace, debug}; use crate::{status::Status, wan::WANConfiguration, devices::Device}; /// A structure to hold all the necessary data to connect to the router. +#[derive(Debug, Clone)] pub struct Client { ip: String, username: String,