diff options
author | Determinant <[email protected]> | 2020-06-16 12:40:07 -0400 |
---|---|---|
committer | Determinant <[email protected]> | 2020-06-16 12:40:07 -0400 |
commit | 6b8000d8fd8b88afbc7fb45094da29fb02627ed2 (patch) | |
tree | 96d2659772e1c68776cd20893e3609b8a0a22a89 /Cargo.toml | |
parent | d0e8ceeb250ce362d7d9bf2c6e5c297c716259cc (diff) |
finish the AIO File/Store impl
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -13,6 +13,9 @@ scan_fmt = "0.2.5" regex = "1" async-trait = "0.1" futures = "0.3" +libaio-futures = "0.1.1" +nix = "0.17.0" +libc = "0.2.71" [dev-dependencies] hex = "0.4.2" |