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]
|
|
|
|
num_cpus = "1.16"
|
2024-10-22 23:06:49 +00:00
|
|
|
rand = "0.8.4"
|
2024-10-22 22:06:02 +00:00
|
|
|
reqwest = "0.12.8"
|
|
|
|
tokio = { version = "1", features = ["full"] }
|