Skip to content

Commit 0a8b6a6

Browse files
committed
Cargo.toml: fix "only one of license or license-file is necessary" warning
The license file is provided by the workspace.
1 parent 778ac08 commit 0a8b6a6

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

ffi/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ description = "FFI bindings for the v4l2r crate"
77
repository = "https://github.com/Gnurou/v4l2r"
88
categories = ["os"]
99
keywords = ["v4l2", "video", "linux", "ffi"]
10-
license = "MIT"
1110

1211
license-file.workspace = true
1312
readme.workspace = true

lib/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ description = "Safe and flexible abstraction over V4L2"
77
repository = "https://github.com/Gnurou/v4l2r"
88
categories = ["os"]
99
keywords = ["v4l2", "video", "linux"]
10-
license = "MIT"
1110

1211
license-file.workspace = true
1312
readme.workspace = true

0 commit comments

Comments
 (0)