From cccbcce12c2b4a978ca4b46467d824bc9e0eb7ba Mon Sep 17 00:00:00 2001 From: tison Date: Wed, 29 Nov 2023 10:51:00 +0800 Subject: [PATCH] chore: add license.workspace to help cargo deny reports (#3679) Signed-off-by: tison --- core/edge/file_write_on_full_disk/Cargo.toml | 2 ++ core/fuzz/Cargo.toml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/core/edge/file_write_on_full_disk/Cargo.toml b/core/edge/file_write_on_full_disk/Cargo.toml index 7cb9e4a3b39..8a12f6583e5 100644 --- a/core/edge/file_write_on_full_disk/Cargo.toml +++ b/core/edge/file_write_on_full_disk/Cargo.toml @@ -21,6 +21,8 @@ name = "edge_test_file_write_on_full_disk" publish = false version = "0.0.0" +license.workspace = true + [dependencies] futures = "0.3" opendal = { workspace = true } diff --git a/core/fuzz/Cargo.toml b/core/fuzz/Cargo.toml index fbc45cc1fa0..e12454af209 100644 --- a/core/fuzz/Cargo.toml +++ b/core/fuzz/Cargo.toml @@ -21,6 +21,8 @@ name = "opendal-fuzz" publish = false version = "0.0.0" +license.workspace = true + [package.metadata] cargo-fuzz = true