Work on system file library.
[pspp] / rust / Cargo.lock
index 6ebd99f2c1d4d674aae0b62d28847a7713be1747..09889b3500ccb520f9d602396c24b06dc3934f5a 100644 (file)
@@ -282,13 +282,14 @@ dependencies = [
 ]
 
 [[package]]
-name = "pspp-dump-sav"
+name = "pspp"
 version = "1.0.0"
 dependencies = [
  "anyhow",
  "clap",
  "hexplay",
  "num",
+ "thiserror",
 ]
 
 [[package]]
@@ -349,6 +350,26 @@ dependencies = [
  "winapi-util",
 ]
 
+[[package]]
+name = "thiserror"
+version = "1.0.39"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "a5ab016db510546d856297882807df8da66a16fb8c4101cb8b30054b0d5b2d9c"
+dependencies = [
+ "thiserror-impl",
+]
+
+[[package]]
+name = "thiserror-impl"
+version = "1.0.39"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "5420d42e90af0c38c3290abcca25b9b3bdf379fc9f55c528f53a269d9c9a267e"
+dependencies = [
+ "proc-macro2",
+ "quote",
+ "syn",
+]
+
 [[package]]
 name = "unicode-ident"
 version = "1.0.6"