File tree Expand file tree Collapse file tree 3 files changed +12
-5
lines changed
Expand file tree Collapse file tree 3 files changed +12
-5
lines changed Original file line number Diff line number Diff line change 11[package ]
2+ description = " A bencode parser written in Rust with no dependencies"
3+ edition = " 2021"
4+ exclude = [" *.torrent" , " *.txt" ]
5+ include = [" src/**/*" , " LICENSE" , " README.md" ]
6+ keywords = [" bencode" , " torrent" ]
7+ license = " MIT"
28name = " bencode_parser"
9+ readme = " README.md"
10+ repository = " https://github.com/Nemesis-AS/bencode-parser-rs"
311version = " 0.1.0"
4- edition = " 2021"
5-
612# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
713
814[dependencies ]
15+ # No Dependencies!
16+
17+ [dev-dependencies ]
918clap = { version = " 4.0.7" , features = [" derive" ] }
Original file line number Diff line number Diff line change 1- mod bencode;
2-
3- use bencode:: BEncode ;
1+ use bencode_parser:: BEncode ;
42use clap:: Parser ;
53use std:: fs;
64use std:: io:: Write ;
File renamed without changes.
You can’t perform that action at this time.
0 commit comments