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 3e62b6c commit dd5f93eCopy full SHA for dd5f93e
Cargo.toml
@@ -1,7 +1,11 @@
1
[package]
2
name = "cargo-line-test"
3
version = "0.1.0"
4
+authors = ["Samuel Moelius <[email protected]>"]
5
+description = "Run tests by the lines they exercise"
6
edition = "2021"
7
+license = "AGPL-3.0"
8
+repository = "https://github.com/trailofbits/cargo-line-test"
9
10
[dependencies]
11
anyhow = "1.0"
0 commit comments