Add anyhow and configurable TcpListener

- add anyhow to Cargo.toml
- make the connection parameter (for the TcpListener) configurable
This commit is contained in:
Malte Meiboom
2025-11-12 12:10:03 +01:00
parent a8244ea9bf
commit a729a5b626
6 changed files with 9 additions and 3 deletions
+1
View File
@@ -1,5 +1,6 @@
#
# Husk config file
#
connection = "localhost:3000"
logfile_config = "./config/log4rs.yml"