Open alecandido opened 1 year ago
Add web server to the CLI, to display info about local information.
It should be pretty simple to convert the CLI information into a nicer web page.
webbrowser
axum
reqwest
Add web server to the CLI, to display info about local information.
It should be pretty simple to convert the CLI information into a nicer web page.
webbrowser
to open the browseraxum
to serve the pagereqwest
(i.e. Tokio ecosystem), it makes sense to adopt the stack