From 06b1533c226627950b57dc7c71a2d9baede85707 Mon Sep 17 00:00:00 2001 From: Cara Salter Date: Tue, 28 Jun 2022 16:45:16 -0400 Subject: auth: Login command and user authentication --- Cargo.toml | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 29629f2..7cf3e27 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,6 +13,9 @@ eyre = "0.6" tabular = "0.2" +xdg = "2" +serde_json = "1" + [dependencies.solarlib] git = "https://git.carathe.dev/solard/solarlib" branch = "master" @@ -29,3 +32,9 @@ features = [ "blocking", "json" ] + +[dependencies.serde] +version = "1" +features = [ + "derive" +] -- cgit v1.2.3