diff --git a/tower-balance/Cargo.toml b/tower-balance/Cargo.toml index 4c6d436..a1bbf4c 100644 --- a/tower-balance/Cargo.toml +++ b/tower-balance/Cargo.toml @@ -2,6 +2,7 @@ name = "tower-balance" version = "0.1.0" authors = ["Carl Lerche "] +license = "MIT" publish = false edition = "2018" diff --git a/tower-buffer/Cargo.toml b/tower-buffer/Cargo.toml index f3ae007..3556c67 100644 --- a/tower-buffer/Cargo.toml +++ b/tower-buffer/Cargo.toml @@ -2,6 +2,7 @@ name = "tower-buffer" version = "0.1.0" authors = ["Carl Lerche "] +license = "MIT" publish = false edition = "2018" diff --git a/tower-discover/Cargo.toml b/tower-discover/Cargo.toml index e9ba664..fb1b948 100644 --- a/tower-discover/Cargo.toml +++ b/tower-discover/Cargo.toml @@ -2,6 +2,7 @@ name = "tower-discover" version = "0.1.0" authors = ["Carl Lerche "] +license = "MIT" publish = false edition = "2018" diff --git a/tower-filter/Cargo.toml b/tower-filter/Cargo.toml index 0e29561..bb5a540 100644 --- a/tower-filter/Cargo.toml +++ b/tower-filter/Cargo.toml @@ -2,6 +2,7 @@ name = "tower-filter" version = "0.1.0" authors = ["Carl Lerche "] +license = "MIT" publish = false edition = "2018" diff --git a/tower-limit/Cargo.toml b/tower-limit/Cargo.toml index 9078169..88aa077 100644 --- a/tower-limit/Cargo.toml +++ b/tower-limit/Cargo.toml @@ -2,6 +2,7 @@ name = "tower-limit" version = "0.1.0" authors = ["Carl Lerche "] +license = "MIT" publish = false edition = "2018" diff --git a/tower-load-shed/Cargo.toml b/tower-load-shed/Cargo.toml index 784d927..8621537 100644 --- a/tower-load-shed/Cargo.toml +++ b/tower-load-shed/Cargo.toml @@ -2,6 +2,7 @@ name = "tower-load-shed" version = "0.1.0" authors = ["Sean McArthur "] +license = "MIT" publish = false edition = "2018" diff --git a/tower-reconnect/Cargo.toml b/tower-reconnect/Cargo.toml index 154f3ef..c59839b 100644 --- a/tower-reconnect/Cargo.toml +++ b/tower-reconnect/Cargo.toml @@ -2,6 +2,7 @@ name = "tower-reconnect" version = "0.1.0" authors = ["Carl Lerche "] +license = "MIT" publish = false edition = "2018" diff --git a/tower-retry/Cargo.toml b/tower-retry/Cargo.toml index 13cb3b7..e654f2f 100644 --- a/tower-retry/Cargo.toml +++ b/tower-retry/Cargo.toml @@ -2,6 +2,7 @@ name = "tower-retry" version = "0.1.0" authors = ["Sean McArthur "] +license = "MIT" publish = false edition = "2018" diff --git a/tower-test/Cargo.toml b/tower-test/Cargo.toml index d66714a..ceedb6b 100644 --- a/tower-test/Cargo.toml +++ b/tower-test/Cargo.toml @@ -2,6 +2,7 @@ name = "tower-test" version = "0.1.0" authors = ["Carl Lerche "] +license = "MIT" publish = false edition = "2018" diff --git a/tower-timeout/Cargo.toml b/tower-timeout/Cargo.toml index 5635876..29a5392 100644 --- a/tower-timeout/Cargo.toml +++ b/tower-timeout/Cargo.toml @@ -2,6 +2,7 @@ name = "tower-timeout" version = "0.1.0" authors = ["Carl Lerche "] +license = "MIT" publish = false edition = "2018"