refactor: move server to own package; set up workspace dependencies
This commit is contained in:
parent
279983c64c
commit
7abce21aee
34 changed files with 41 additions and 30 deletions
|
|
@ -4,6 +4,7 @@ version = "0.1.0"
|
|||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
chrono = { version = "0.4.39", features = ["serde"] }
|
||||
rand = { workspace = true }
|
||||
chrono = { workspace = true }
|
||||
|
||||
argon2 = "0.5.3"
|
||||
rand = "0.8.5"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue