level parsing i think
This commit is contained in:
parent
22a87d6a38
commit
1e913b9ec8
8 changed files with 253 additions and 15 deletions
|
@ -5,8 +5,9 @@ edition = "2021"
|
|||
|
||||
[dependencies]
|
||||
base64 = "0.21.3"
|
||||
diesel = { version = "=2.1.0", features = ["postgres"] }
|
||||
diesel = { version = "=2.1.0", features = ["postgres", "64-column-tables"] }
|
||||
dotenvy = "0.15.7"
|
||||
flate2 = "1.0.27"
|
||||
maplit = "1.0.2"
|
||||
password-auth = "0.3.0"
|
||||
regex = "1.9.4"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue