diff options
author | Daniel Schadt <kingdread@gmx.de> | 2019-12-22 16:29:47 +0100 |
---|---|---|
committer | Daniel Schadt <kingdread@gmx.de> | 2019-12-25 00:39:29 +0100 |
commit | a442d0b3b8ad68885a59604b168bc45269ded62e (patch) | |
tree | 0bd3957f5fab1b3eedc93dff4cdac6ddf9e53d40 /src/main.rs | |
parent | a882ff3bd8c7927df029db85a0589e4f3d0fba8a (diff) | |
download | kondou-a442d0b3b8ad68885a59604b168bc45269ded62e.tar.gz kondou-a442d0b3b8ad68885a59604b168bc45269ded62e.tar.bz2 kondou-a442d0b3b8ad68885a59604b168bc45269ded62e.zip |
use byteorder for chatlink parsing
Diffstat (limited to 'src/main.rs')
-rw-r--r-- | src/main.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.rs b/src/main.rs index 47ccabd..eb5ef06 100644 --- a/src/main.rs +++ b/src/main.rs @@ -1,4 +1,5 @@ extern crate base64; +extern crate byteorder; extern crate clap; extern crate image; extern crate imageproc; |