aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAkshay <[email protected]>2021-03-01 13:07:43 +0000
committerAkshay <[email protected]>2021-03-01 13:07:43 +0000
commit81198d59f73e2b2160b64dc11b52f0cc21ba027b (patch)
treea674b8c0262e2ad81d33dd6fb5fc68773e8e22dc /Cargo.toml
parentfd47159bd3ec220c63b497ad659507ce5c54ca54 (diff)
redefine pixel as bool, implement encoding
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index d3ca6e4..d343a43 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -7,3 +7,5 @@ edition = "2018"
7# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html 7# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
8 8
9[dependencies] 9[dependencies]
10byteorder = "1.4.2"
11bitvec = "0.21.0"