mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-05-16 23:55:42 +02:00
Prevent accidental publishing the link-checker exercise
This commit is contained in:
parent
bf18b33e39
commit
5b316b8b5b
@ -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"] }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user