fixes to db stuff

This commit is contained in:
waveringana 2025-01-25 03:41:45 -05:00
parent 9a43049978
commit d3847471fb
8 changed files with 123 additions and 23 deletions

View file

@ -3,6 +3,10 @@ name = "SimpleLink"
version = "0.1.0"
edition = "2021"
[lib]
name = "simple_link"
path = "src/lib.rs"
[dependencies]
jsonwebtoken = "9"
actix-web = "4.4"