Skip to content

Commit

Permalink
Don't package the Makefiles or *.in files
Browse files Browse the repository at this point in the history
  • Loading branch information
chrissie-c committed Jun 23, 2021
1 parent b035779 commit 4dd1d59
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions libknet/bindings/rust/Cargo.toml.in
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ repository = "https://github.com/kronosnet/kronosnet"
description = "Rust bindings for Kronosnet libraries"
categories = ["api-bindings"]
keywords = ["cluster", "high-availability"]
exclude = [
"*.in",
"Makefile*",
]

[dependencies]
bitflags = "1.2.1"
Expand Down
4 changes: 4 additions & 0 deletions libnozzle/bindings/rust/Cargo.toml.in
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ repository = "https://github.com/kronosnet/kronosnet"
description = "Rust bindings for libnozzle library"
categories = ["api-bindings"]
keywords = ["cluster", "high-availability"]
exclude = [
"*.in",
"Makefile*",
]

[dependencies]
bitflags = "1.2.1"
Expand Down

0 comments on commit 4dd1d59

Please sign in to comment.