lain2/Cargo.toml

13 lines
273 B
TOML
Raw Normal View History

2024-10-22 22:06:02 +00:00
[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"] }