From 3d54d1f4cb7274280f4e01e101137e91f336bc5c Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Wed, 15 Jul 2020 02:17:57 -0400 Subject: start of an implementation --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 9ae4a09..a71c256 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,6 +4,6 @@ version = "0.1.0" authors = ["Jesse Luehrs "] edition = "2018" -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html - [dependencies] +nix = "0.17" +thiserror = "1.0" -- cgit v1.2.3-54-g00ecf