From a7cceb1aa5afb13de9f51c10670757d39d50e2a3 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Tue, 6 Nov 2018 01:50:59 -0500 Subject: add some basic last.fm api querying --- Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 4258ca4..4b24c57 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,4 +6,8 @@ authors = ["Jesse Luehrs "] [dependencies] directories = "1.0" failure = "0.1" +reqwest = "0.9" rusqlite = "0.15" +serde = "1.0" +serde_json = "1.0" +serde_derive = "1.0" -- cgit v1.2.3-54-g00ecf