aslamplr / gh-cli

🖥 Yet another unofficial GitHub CLI! Minimalistic, opinionated, and unofficial by default.
https://github.com/aslamplr/gh-cli#gh-cli
MIT License
8 stars 1 forks source link

Use tokio::fs in config module #114

Closed aslamplr closed 4 years ago

aslamplr commented 4 years ago

Use tokio::fs in config module. https://docs.rs/tokio/0.2.21/tokio/fs/index.html

Currently using std::fs and std::path etc. having blocking behaviour.