1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-05-17 16:12:39 +02:00

Prevent accidental publishing the link-checker exercise

This commit is contained in:
Martin Geisler 2023-04-07 08:40:08 +02:00 committed by Andrew Walbran
parent bf18b33e39
commit 5b316b8b5b

View File

@ -39,6 +39,7 @@ The `cargo add` calls will update the `Cargo.toml` file to look like this:
name = "link-checker" name = "link-checker"
version = "0.1.0" version = "0.1.0"
edition = "2021" edition = "2021"
publish = false
[dependencies] [dependencies]
reqwest = { version = "0.11.12", features = ["blocking", "rustls-tls"] } reqwest = { version = "0.11.12", features = ["blocking", "rustls-tls"] }