initial commit, bencode decoding

This commit is contained in:
2016-12-11 04:00:01 -05:00
commit 74b81bf5e8
7 changed files with 344 additions and 0 deletions

6
Cargo.toml Normal file
View File

@@ -0,0 +1,6 @@
[package]
name = "magnolia"
version = "0.1.0"
authors = ["Simon Bernier St-Pierre <sbernierstpierre@gmail.com>"]
[dependencies]