Skip to content

Commit

Permalink
Add fields to Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
smoelius committed Oct 17, 2024
1 parent 3e62b6c commit 619b11a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
[package]
name = "cargo-line-test"
version = "0.1.0"
authors = ["Samuel Moelius <[email protected]>"]
description = "Run tests by the lines they exercise"
edition = "2021"
license = "AGPL-3.0"
repository = "https://github.com/trailofbits/cargo-line-test"

[dependencies]
anyhow = "1.0"
Expand Down

0 comments on commit 619b11a

Please sign in to comment.