gabrieldemian / vincenzo

A BitTorrent client with vim-like keybindings and a terminal based UI.
https://github.com/gabrieldemian/vincenzo
MIT License
136 stars 8 forks source link

Post vincenzo on crates.io #13

Closed gabrieldemian closed 7 months ago

gabrieldemian commented 10 months ago

Many people have suggested to post vincenzo on crates.io, but first we want to make sure our API is quality before posting there, it would be terrible to have an early breaking change because of a bad design.

The PR of this issue should happen after this one: #19

If we will have a daemon, it's a good idea to separate our daemon (backend) into it's own crate and our UI into another one withing this same repo.