blatherskite

a toy discord-like chat app backend written for a swe class
Log | Files | Refs | README

commit 46cfc2c833a08c061fa2c44baa58d9f01628f379
parent ed0f2fdef37f96349d47c874e811b108916b92c1
Author: Papayapaya <91221817+Papayapaya@users.noreply.github.com>
Date:   Thu, 17 Nov 2022 16:53:06 -0800

remove auto-added dependency

Diffstat:
Mscuttlebutt/src/main.rs | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scuttlebutt/src/main.rs b/scuttlebutt/src/main.rs @@ -1,5 +1,5 @@ use chrono::{DateTime, Duration, Local, Utc}; -use hmac::{Hmac, digest::typenum::array}; +use hmac::Hmac; use jwt::{SignWithKey, VerifyWithKey}; use poem::{ listener::TcpListener, web::Data, EndpointExt, Request, Result,