From 3f4a6ec11e55a1d5634ba24e2dfd32d9e1d70d65 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Tue, 6 Nov 2018 23:26:02 -0500 Subject: make db syncing work --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 4b24c57..68d7b9e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,6 +6,7 @@ authors = ["Jesse Luehrs "] [dependencies] directories = "1.0" failure = "0.1" +pbr = "1.0" reqwest = "0.9" rusqlite = "0.15" serde = "1.0" -- cgit v1.2.3-54-g00ecf