feat: ✨ https support
This commit is contained in:
parent
aeafc3cf4e
commit
ffa21ae8df
3 changed files with 13 additions and 4 deletions
|
@ -7,6 +7,7 @@ edition = "2021"
|
|||
|
||||
[dependencies]
|
||||
axum = "0.7.4"
|
||||
axum-server = { version = "0.6.0", features = ["tls-rustls"] }
|
||||
rand = "0.8.5"
|
||||
serde = { version = "1.0.197", features = ["derive"] }
|
||||
serde_json = "1.0.114"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue