From 8f702d2bc4b7d2cc4a76bb5e33625e792764b401 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20Sch=C3=BCtt?= Date: Mon, 5 Sep 2022 13:58:24 +0200 Subject: [PATCH] Fix "cargo deny" --- lib/api/macro-wasmer-universal-test/Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/api/macro-wasmer-universal-test/Cargo.toml b/lib/api/macro-wasmer-universal-test/Cargo.toml index 8132ddf48..f6f401ad4 100644 --- a/lib/api/macro-wasmer-universal-test/Cargo.toml +++ b/lib/api/macro-wasmer-universal-test/Cargo.toml @@ -2,6 +2,8 @@ name = "macro-wasmer-universal-test" version = "0.1.0" edition = "2021" +license = "MIT" +description = "Universal test macro for wasmer-test" [lib] proc-macro = true