Skip to content

Commit c6f8398

Browse files
committed
fix: add missing license fields for cargo-deny audit
Adds `license = "CC0-1.0"` to `fuzz/Cargo.toml` and `rpc-integration-test/Cargo.toml` to pass cargo-deny license checks added in the CI overhaul PR #253.
1 parent 3884314 commit c6f8398

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

fuzz/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name = "dash-fuzz"
33
edition = "2024"
44
version = { workspace = true}
55
authors = ["Generated by fuzz/generate-files.sh"]
6+
license = "CC0-1.0"
67
publish = false
78

89
[profile.release]

rpc-integration-test/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[package]
22
name = "integration_test"
33
authors = ["Steven Roose <[email protected]>"]
4+
license = "CC0-1.0"
45
edition = "2024"
56
publish = false
67

0 commit comments

Comments
 (0)