summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorHubert Figuière <hub@figuiere.net>2022-04-04 18:59:41 -0400
committerHubert Figuière <hub@figuiere.net>2022-04-04 18:59:41 -0400
commit92a4f3429fdbfb27181648e7e48c5370a2fbc793 (patch)
tree3d8e1e8b42a5046ed0eb2db4eb50f0750767df75 /Cargo.toml
parent769ab209e55652fbee78fa7bac311e1a8bb4e599 (diff)
rust+decompress: unpack 10 and 14 bits dng
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index a8d11e2..eeafc5e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -7,6 +7,7 @@ default-run = "ordump"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
+bitreader = "0.3.5"
byteorder = "1.4.3"
getopts = "0.2.21"
jpeg-decoder = "0.2.3"