From 2dea604581cafbfbb73443ec2449cda391d12ab7 Mon Sep 17 00:00:00 2001 From: Cara Salter Date: Tue, 28 Jun 2022 07:47:29 -0400 Subject: auth: Initial implementation of auth/begin --- Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 0b2ead9..6792e7a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,9 +22,13 @@ kankyo = "0.3" axum-macros = "0.2" paseto = "2" +ring = "0.16" +hex = "0.4" rand = "0.8" +chrono = "0.4" + [dependencies.solarlib] git = "https://git.carathe.dev/solard/solarlib" branch = "master" -- cgit v1.2.3