diff options
author | Matthew Schauer <matthew.schauer@e10x.net> | 2020-07-15 16:48:44 -0700 |
---|---|---|
committer | Matthew Schauer <matthew.schauer@e10x.net> | 2020-07-15 16:48:44 -0700 |
commit | 04bb366c625eaaa2415413a8aad5aada07e008a2 (patch) | |
tree | 2447d143b5f2ab9738c77bf826039f391cff3427 /Cargo.toml | |
parent | 259afaba3d749b02bafab7b56d7b3e3ec93d44ee (diff) |
Very messy but essentially working writer implementation
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -9,7 +9,9 @@ bindgen = "0.53.1" [dependencies] libc = "0.2" -thiserror = "1.0" +mmap = "0.1" num-traits = "0.2" num-derive = "0.3" owning_ref = "0.4" +thiserror = "1.0" +walkdir = "2.3" |