exercises + threads

This commit is contained in:
2025-07-23 10:21:13 +02:00
parent 266bd1e125
commit 1d2bfbac3f
8 changed files with 1874 additions and 7 deletions

View File

@@ -5,6 +5,8 @@ edition = "2021"
default-run = "rust-by-example"
[dependencies]
rand = "0.9.2"
reqwest = "0.12.22"
# clap = "2.27.1" # from crates.io
# rand = { git = "https://github.com/rust-lang-nursery/rand" } # from online repo
# bar = { path = "../bar" } # from a path in the local filesystem