Work on system file library.
[pspp] / rust / Cargo.toml
index fe9af6885a4825f89d8d45dea130ce3bfd43e959..09324d1dfdbc3d6b22e3e9658cf5d0e64ec50247 100644 (file)
@@ -1,5 +1,5 @@
 [package]
-name = "pspp-dump-sav"
+name = "pspp"
 version = "1.0.0"
 edition = "2021"
 authors = [ "Ben Pfaff", "John Darrington" ]
@@ -9,3 +9,11 @@ anyhow = "1.0.69"
 clap = { version = "4.1.7", features = ["derive"] }
 hexplay = "0.2.1"
 num = "0.4.0"
+thiserror = "1.0"
+
+[[bin]]
+name = "pspp-dump-sav"
+path = "src/main.rs"
+
+[lib]
+path = "src/lib.rs"
\ No newline at end of file