Skip to content

Commit

Permalink
Add license field to all crates (#241)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake-Shadle authored and carllerche committed Apr 9, 2019
1 parent 1786019 commit b42a365
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions tower-balance/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "tower-balance"
version = "0.1.0"
authors = ["Carl Lerche <me@carllerche.com>"]
license = "MIT"
publish = false
edition = "2018"

Expand Down
1 change: 1 addition & 0 deletions tower-buffer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "tower-buffer"
version = "0.1.0"
authors = ["Carl Lerche <me@carllerche.com>"]
license = "MIT"
publish = false
edition = "2018"

Expand Down
1 change: 1 addition & 0 deletions tower-discover/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "tower-discover"
version = "0.1.0"
authors = ["Carl Lerche <me@carllerche.com>"]
license = "MIT"
publish = false
edition = "2018"

Expand Down
1 change: 1 addition & 0 deletions tower-filter/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "tower-filter"
version = "0.1.0"
authors = ["Carl Lerche <me@carllerche.com>"]
license = "MIT"
publish = false
edition = "2018"

Expand Down
1 change: 1 addition & 0 deletions tower-limit/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "tower-limit"
version = "0.1.0"
authors = ["Carl Lerche <me@carllerche.com>"]
license = "MIT"
publish = false
edition = "2018"

Expand Down
1 change: 1 addition & 0 deletions tower-load-shed/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "tower-load-shed"
version = "0.1.0"
authors = ["Sean McArthur <sean@seanmonstar.com>"]
license = "MIT"
publish = false
edition = "2018"

Expand Down
1 change: 1 addition & 0 deletions tower-reconnect/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "tower-reconnect"
version = "0.1.0"
authors = ["Carl Lerche <me@carllerche.com>"]
license = "MIT"
publish = false
edition = "2018"

Expand Down
1 change: 1 addition & 0 deletions tower-retry/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "tower-retry"
version = "0.1.0"
authors = ["Sean McArthur <sean@seanmonstar.com>"]
license = "MIT"
publish = false
edition = "2018"

Expand Down
1 change: 1 addition & 0 deletions tower-test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "tower-test"
version = "0.1.0"
authors = ["Carl Lerche <me@carllerche.com>"]
license = "MIT"
publish = false
edition = "2018"

Expand Down
1 change: 1 addition & 0 deletions tower-timeout/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "tower-timeout"
version = "0.1.0"
authors = ["Carl Lerche <me@carllerche.com>"]
license = "MIT"
publish = false
edition = "2018"

Expand Down

0 comments on commit b42a365

Please sign in to comment.