This repository has been archived on 2023-10-18. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
2023-06-29 16:29:25 +02:00

12 lines
253 B
TOML

[package]
name = "reto13"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
reqwest = "0.11.12"
tokio = {version = "1", features = ["full"]}
rand = "0.8"