From 5ce6e009fc865ea57859011695306106a1ca467e Mon Sep 17 00:00:00 2001 From: Nick Fitzgerald Date: Fri, 8 Jan 2021 08:55:27 -0800 Subject: [PATCH] Add Cargo.toml metadata to `peepmatic-test-operator` crate --- cranelift/peepmatic/crates/test-operator/Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cranelift/peepmatic/crates/test-operator/Cargo.toml b/cranelift/peepmatic/crates/test-operator/Cargo.toml index 66a5469b34..295610c1bc 100644 --- a/cranelift/peepmatic/crates/test-operator/Cargo.toml +++ b/cranelift/peepmatic/crates/test-operator/Cargo.toml @@ -1,5 +1,7 @@ [package] name = "peepmatic-test-operator" +description = "Operator for usage in peepmatic tests" +license = "Apache-2.0 WITH LLVM-exception" version = "0.69.0" authors = ["Nick Fitzgerald "] edition = "2018"