gabrieldemian / vincenzo

A BitTorrent client with vim-like keybindings and a terminal based UI.

Home Page:https://github.com/gabrieldemian/vincenzo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Post vincenzo on crates.io

gabrieldemian opened this issue · comments

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.