From dec68d986e0dc68e2de566df17285e20bc6ca392 Mon Sep 17 00:00:00 2001 From: Igor Katson Date: Sun, 4 Jul 2021 18:36:21 +0100 Subject: [PATCH] add readme --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 7ff56f2..52e524d 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ # rqbit - bittorrent client in Rust -crates/rqbit - main binary -crates/librqbit - main library -crates/librqbit-core - torrent utils -crates/bencode - bencode serializing/deserializing -crates/buffers - wrappers around binary buffers -crates/clone_to_owned - a trait to make something owned -crates/sha1w - wrappers around sha1 libraries -crates/peer_binary_protocol - the protocol to talk to peers \ No newline at end of file +- crates/rqbit - main binary +- crates/librqbit - main library +- crates/librqbit-core - torrent utils +- crates/bencode - bencode serializing/deserializing +- crates/buffers - wrappers around binary buffers +- crates/clone_to_owned - a trait to make something owned +- crates/sha1w - wrappers around sha1 libraries +- crates/peer_binary_protocol - the protocol to talk to peers \ No newline at end of file