mirror of
https://github.com/zyllian/classics.git
synced 2025-05-10 06:36:39 -07:00
add basic server configuration + password protection
This commit is contained in:
parent
ca94ec10f2
commit
c78303cf44
7 changed files with 146 additions and 17 deletions
|
@ -8,4 +8,6 @@ flate2 = "1"
|
|||
half = "2"
|
||||
parking_lot = "0.12.1"
|
||||
rand = "0.8"
|
||||
serde = { version = "1", features = ["derive"] }
|
||||
serde_json = "1"
|
||||
tokio = {version = "1", features = ["full"]}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue