From 93f6e7083af1db40b16db049b62025f8cdcbbc5a Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Mon, 5 Nov 2018 01:48:16 -0500 Subject: start sketching out some db stuff --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index e90c446..4258ca4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,3 +4,6 @@ version = "0.1.0" authors = ["Jesse Luehrs "] [dependencies] +directories = "1.0" +failure = "0.1" +rusqlite = "0.15" -- cgit v1.2.3-54-g00ecf