mirror of
https://gitlab1.ptb.de/waltem01/Matrix
synced 2024-12-26 03:51:45 +00:00
import packages necessary for HTTP
This commit is contained in:
parent
092884485e
commit
c61e9cc69e
1274
Cargo.lock
generated
1274
Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
@ -7,3 +7,6 @@ edition = "2021"
|
|||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
rand = "0.8.5"
|
rand = "0.8.5"
|
||||||
|
reqwest = { version = "0.12.4", features = ["json", "multipart"] }
|
||||||
|
serde_json = "1.0.117"
|
||||||
|
tokio = { version = "1.37.0", features = ["full"] }
|
||||||
|
Loading…
Reference in New Issue
Block a user