Skip to content

Commit 4f2a5d7

Browse files
authored
include license files in published crates (#46)
1 parent 2580954 commit 4f2a5d7

File tree

6 files changed

+6
-2
lines changed

6 files changed

+6
-2
lines changed

cli-table-derive/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ repository = "https://github.com/devashishdxt/cli-table"
99
categories = ["command-line-interface"]
1010
keywords = ["table", "cli", "format"]
1111
readme = "README.md"
12-
include = ["Cargo.toml", "src/**/*.rs", "README.md"]
12+
include = ["Cargo.toml", "src/**/*.rs", "README.md", "LICENSE-*"]
1313
edition = "2018"
1414

1515
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

cli-table-derive/LICENSE-APACHE

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../LICENSE-APACHE

cli-table-derive/LICENSE-MIT

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../LICENSE-MIT

cli-table/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ repository = "https://github.com/devashishdxt/cli-table"
99
categories = ["command-line-interface"]
1010
keywords = ["table", "cli", "format"]
1111
readme = "README.md"
12-
include = ["Cargo.toml", "src/**/*.rs", "README.md"]
12+
include = ["Cargo.toml", "src/**/*.rs", "README.md", "LICENSE-*"]
1313
edition = "2018"
1414

1515
[lib]

cli-table/LICENSE-APACHE

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../LICENSE-APACHE

cli-table/LICENSE-MIT

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../LICENSE-MIT

0 commit comments

Comments
 (0)