summaryrefslogtreecommitdiff
path: root/libopenraw-testing/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'libopenraw-testing/Cargo.toml')
-rw-r--r--libopenraw-testing/Cargo.toml12
1 files changed, 12 insertions, 0 deletions
diff --git a/libopenraw-testing/Cargo.toml b/libopenraw-testing/Cargo.toml
new file mode 100644
index 0000000..d3f0476
--- /dev/null
+++ b/libopenraw-testing/Cargo.toml
@@ -0,0 +1,12 @@
+[package]
+name = "libopenraw-testing"
+version = "0.1.0"
+edition = "2021"
+
+# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
+
+[dependencies]
+crc = "2.1.0"
+libopenraw = { path = ".." }
+serde = { version = "^1, <=1.0.171", features = [ "derive" ] }
+serde-xml-rs = "^0.5.1"