Remove CRC-24 dependency. Closes #3

This commit is contained in:
Frederic Jacobs
2016-04-02 11:00:52 +02:00
parent f1ad2b74f1
commit 16be20fcff
5 changed files with 18 additions and 73 deletions

View File

@ -9,5 +9,4 @@ readme = "README.md"
[dependencies]
getopts = "^0.2.14"
rustc-serialize = "^0.3.18"
crc24 = "^0.1.6"
rand = "^0.3.14"