fixes to db stuff
This commit is contained in:
parent
9a43049978
commit
d3847471fb
8 changed files with 123 additions and 23 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue