Closed vadorovsky closed 2 years ago
That update deprecated the way we used config crate. We used to wrap the whole config into out struct and convert config::Config into it.
config
After this change, we rather use config::Config directly. We also read the file in asynchronous way by using AsyncSource trait.
Signed-off-by: Michal Rostecki vadorovsky@gmail.com
That update deprecated the way we used
config
crate. We used to wrap the whole config into out struct and convert config::Config into it.After this change, we rather use config::Config directly. We also read the file in asynchronous way by using AsyncSource trait.
Signed-off-by: Michal Rostecki vadorovsky@gmail.com