Add anyhow and configurable TcpListener
- add anyhow to Cargo.toml - make the connection parameter (for the TcpListener) configurable
This commit is contained in:
+1
-1
@@ -30,7 +30,7 @@ async fn main() {
|
||||
|
||||
log::info!("starting...");
|
||||
|
||||
match Daemon::run().await {
|
||||
match Daemon::run(&husk_config).await {
|
||||
Ok(_) => {
|
||||
println!("exiting...");
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user