Skip to content

Commit dd5f93e

Browse files
committed
Add fields to Cargo.toml
1 parent 3e62b6c commit dd5f93e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
[package]
22
name = "cargo-line-test"
33
version = "0.1.0"
4+
authors = ["Samuel Moelius <[email protected]>"]
5+
description = "Run tests by the lines they exercise"
46
edition = "2021"
7+
license = "AGPL-3.0"
8+
repository = "https://github.com/trailofbits/cargo-line-test"
59

610
[dependencies]
711
anyhow = "1.0"

0 commit comments

Comments
 (0)