work
[pspp] / rust / Cargo.toml
index d365ab63a8407616cf368855ebd0ac41b0c04a69..7ee93bd9df0e7c5a87e02f2b3decc3c29e18cb0c 100644 (file)
@@ -10,12 +10,16 @@ clap = { version = "4.1.7", features = ["derive", "wrap_help"] }
 flate2 = "1.0.26"
 float_next_after = "1.0.0"
 hexplay = "0.2.1"
+lazy_static = "1.4.0"
 num = "0.4.0"
 num-derive = "0.4.0"
 num-traits = "0.2.16"
 ordered-float = "3.7.0"
 thiserror = "1.0"
 
+[build-dependencies]
+anyhow = "1.0.69"
+
 [[bin]]
 name = "pspp-dump-sav"
 path = "src/main.rs"
@@ -26,4 +30,4 @@ path = "src/lib.rs"
 [[test]]
 name = "sack"
 path = "tests/sack.rs"
-harness = false
\ No newline at end of file
+harness = false