homework: thermometer mock skeleton

This commit is contained in:
6 changed files with 436 additions and 6 deletions

View File

@@ -5,3 +5,4 @@ version = "0.0.0"
[dependencies]
tokio = { version = "1.49.0", features = ["rt", "net", "io-util", "time"] }
rand = { version = "0.10.0", features = ["std"] }