Skip to content

Commit

Permalink
sources: add empty lib to placate license checker
Browse files Browse the repository at this point in the history
  • Loading branch information
jmt-lab committed Dec 12, 2024
1 parent e5c654a commit 7733127
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@ members = [
"packages/libkcapi",
"packages/shim",
]
exclude = ["sources"]
7 changes: 7 additions & 0 deletions sources/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions sources/Cargo.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[package]
name = "empty-lib"
version = "0.1.0"
publish = false
edition = "2021"
license = "Apache-2.0 OR MIT"
Empty file added sources/src/lib.rs
Empty file.

0 comments on commit 7733127

Please sign in to comment.