We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Cargo.toml
1 parent e252637 commit 7fa1e58Copy full SHA for 7fa1e58
xtask/Cargo.toml
@@ -1,7 +1,8 @@
1
[package]
2
name = "xtask"
3
-version = "0.1.0"
4
-edition = "2021"
+publish = false
+version = "0.0.0"
5
+edition.workspace = true
6
7
[dependencies]
8
reqwest = { version = "0.11", features = ["blocking"] } # "blocking" is simpler for scripts
0 commit comments