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"