Add anyhow and configurable TcpListener
- add anyhow to Cargo.toml - make the connection parameter (for the TcpListener) configurable
This commit is contained in:
@@ -7,6 +7,7 @@ use serde_derive::Deserialize;
|
||||
|
||||
#[derive(Deserialize, Debug)]
|
||||
pub struct HuskConfig {
|
||||
pub connection: String,
|
||||
logfile_config: Option<String>,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user