lain2/Cargo.toml
2024-10-22 19:06:02 -03:00

13 lines
273 B
TOML

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