From 8de1eae2b49d763dcac55b8a2a84673475a35e63 Mon Sep 17 00:00:00 2001 From: Cara Salter Date: Tue, 28 Jun 2022 07:07:34 -0400 Subject: auth: Scaffold auth/begin [WIP] --- Cargo.toml | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index c1a8255..0b2ead9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,6 +21,10 @@ kankyo = "0.3" axum-macros = "0.2" +paseto = "2" + +rand = "0.8" + [dependencies.solarlib] git = "https://git.carathe.dev/solard/solarlib" branch = "master" @@ -52,3 +56,9 @@ features = [ "json", "blocking" ] + +[dependencies.uuid] +version = "1" +features = [ + "v4" +] -- cgit v1.2.3