Skip to content

Commit

Permalink
chore: add license.workspace to help cargo deny reports (#3679)
Browse files Browse the repository at this point in the history
Signed-off-by: tison <[email protected]>
  • Loading branch information
tisonkun authored Nov 29, 2023
1 parent ae03a21 commit cccbcce
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core/edge/file_write_on_full_disk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand Down
2 changes: 2 additions & 0 deletions core/fuzz/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ name = "opendal-fuzz"
publish = false
version = "0.0.0"

license.workspace = true

[package.metadata]
cargo-fuzz = true

Expand Down

0 comments on commit cccbcce

Please sign in to comment.