girish946 / simple-pub-sub

a simple message broker implemented in rust
MIT License
0 stars 0 forks source link

read the config from file #1

Open girish946 opened 9 months ago

girish946 commented 9 months ago

read the default config from a file the location of that file needs to be at dirs::config_dir(); from the dirs crate.