Closed sgpthomas closed 2 years ago
This solves issue #1. I've added two dev dependencies, serde_json, and tempfile to test for deserializing from a file. There are also some changes to the Cargo.lock file. Let me know if you want me to keep these.
serde_json
tempfile
Nice patch, thanks for figuring this out!
Looks like a formatting failure. Try cargo fmt.
cargo fmt
This solves issue #1. I've added two dev dependencies,
serde_json
, andtempfile
to test for deserializing from a file. There are also some changes to the Cargo.lock file. Let me know if you want me to keep these.