summaryrefslogtreecommitdiffstats
path: root/util/flashrom_tester
diff options
context:
space:
mode:
authorEvan Benn <evanbenn@chromium.org>2023-01-04 16:00:31 +1100
committerEdward O'Callaghan <quasisec@chromium.org>2023-01-12 23:26:01 +0000
commite4c51439ac82a0e29186afd1ed44fd51bdc1067a (patch)
treebba5d840b1de929b0b2fcc7f272ac6c280a7da40 /util/flashrom_tester
parenta031c81f51eae94877a5076cd1a585d3cbf1bb5c (diff)
downloadflashrom-e4c51439ac82a0e29186afd1ed44fd51bdc1067a.tar.gz
flashrom-e4c51439ac82a0e29186afd1ed44fd51bdc1067a.tar.bz2
flashrom-e4c51439ac82a0e29186afd1ed44fd51bdc1067a.zip
rust: Add license and other metadata to Cargo.toml
Add missing license to the Cargo.toml rust files, and some other metadata that might be useful. BUG=None BRANCH=None TEST=None Change-Id: Ibdab16713395509be511e45c5eae946496020429 Signed-off-by: Evan Benn <evanbenn@chromium.org> Reviewed-on: https://review.coreboot.org/c/flashrom/+/71618 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com> Reviewed-by: Edward O'Callaghan <quasisec@chromium.org>
Diffstat (limited to 'util/flashrom_tester')
-rw-r--r--util/flashrom_tester/Cargo.toml2
-rw-r--r--util/flashrom_tester/flashrom/Cargo.toml2
2 files changed, 4 insertions, 0 deletions
diff --git a/util/flashrom_tester/Cargo.toml b/util/flashrom_tester/Cargo.toml
index a7b688130..948553a78 100644
--- a/util/flashrom_tester/Cargo.toml
+++ b/util/flashrom_tester/Cargo.toml
@@ -3,6 +3,8 @@ name = "flashrom_tester"
version = "1.6.0"
authors = ["Edward O'Callaghan <quasisec@chromium.org>",
"Peter Marheine <pmarheine@chromium.org>"]
+description = "A tool to verify flashrom and flash chip behaviour."
+license = "GPL-2.0-only"
edition = "2018"
build = "build.rs"
diff --git a/util/flashrom_tester/flashrom/Cargo.toml b/util/flashrom_tester/flashrom/Cargo.toml
index a2447d04f..4d4fc2fea 100644
--- a/util/flashrom_tester/flashrom/Cargo.toml
+++ b/util/flashrom_tester/flashrom/Cargo.toml
@@ -3,6 +3,8 @@ name = "flashrom"
version = "1.0.0"
authors = ["Edward O'Callaghan <quasisec@chromium.org>",
"Peter Marheine <pmarheine@chromium.org>"]
+description = "Flashrom abstraction for the flashrom_tester tool."
+license = "GPL-2.0-only"
edition = "2018"
[dependencies]