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.
1 parent 5382f46 commit 2fc9278Copy full SHA for 2fc9278
ui_test/Cargo.toml
@@ -3,7 +3,9 @@ name = "ui_test"
3
version = "0.1.0"
4
edition = "2021"
5
6
-# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
+[lib]
7
+test = true # we have unit tests
8
+doctest = false # but no doc tests
9
10
[dependencies]
11
rustc_version = "0.4"
0 commit comments