diff options
| author | Fuwn <[email protected]> | 2021-06-23 20:33:45 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-06-23 20:33:45 +0000 |
| commit | d1fb141ddc1d3795c2081b2811741077099c7a40 (patch) | |
| tree | d76ac26d68d4e501a4396228fe3625a625b3105c | |
| parent | ci(vagrant): setup (incomplete) (diff) | |
| download | whirl-d1fb141ddc1d3795c2081b2811741077099c7a40.tar.xz whirl-d1fb141ddc1d3795c2081b2811741077099c7a40.zip | |
chore(global): remove unused `license-file` manifest keys
| -rw-r--r-- | crates/whirl/Cargo.toml | 1 | ||||
| -rw-r--r-- | crates/whirl_api/Cargo.toml | 1 | ||||
| -rw-r--r-- | crates/whirl_common/Cargo.toml | 1 | ||||
| -rw-r--r-- | crates/whirl_config/Cargo.toml | 1 | ||||
| -rw-r--r-- | crates/whirl_db/Cargo.toml | 1 | ||||
| -rw-r--r-- | crates/whirl_prompt/Cargo.toml | 1 | ||||
| -rw-r--r-- | crates/whirl_server/Cargo.toml | 1 |
7 files changed, 0 insertions, 7 deletions
diff --git a/crates/whirl/Cargo.toml b/crates/whirl/Cargo.toml index f974460..bfaf434 100644 --- a/crates/whirl/Cargo.toml +++ b/crates/whirl/Cargo.toml @@ -9,7 +9,6 @@ readme = "../../README.rst" homepage = "https://whirlsplash.org" repository = "https://github.com/Whirlsplash/whirl" license = "GPL-3.0-only" -# license-file = "LICENSE" keywords = ["rust", "worldserver", "whirl", "whirlsplash"] publish = false diff --git a/crates/whirl_api/Cargo.toml b/crates/whirl_api/Cargo.toml index 15b31e4..81f76b5 100644 --- a/crates/whirl_api/Cargo.toml +++ b/crates/whirl_api/Cargo.toml @@ -9,7 +9,6 @@ readme = "../../README.rst" homepage = "https://whirlsplash.org" repository = "https://github.com/Whirlsplash/whirl" license = "GPL-3.0-only" -# license-file = "LICENSE" keywords = ["rust", "worldserver", "whirl", "whirlsplash"] publish = false diff --git a/crates/whirl_common/Cargo.toml b/crates/whirl_common/Cargo.toml index 03274e7..d7645d4 100644 --- a/crates/whirl_common/Cargo.toml +++ b/crates/whirl_common/Cargo.toml @@ -9,7 +9,6 @@ readme = "../../README.rst" homepage = "https://whirlsplash.org" repository = "https://github.com/Whirlsplash/whirl" license = "GPL-3.0-only" -# license-file = "LICENSE" keywords = ["rust", "worldserver", "whirl", "whirlsplash"] publish = false diff --git a/crates/whirl_config/Cargo.toml b/crates/whirl_config/Cargo.toml index 30e917b..c7f5e37 100644 --- a/crates/whirl_config/Cargo.toml +++ b/crates/whirl_config/Cargo.toml @@ -9,7 +9,6 @@ readme = "../../README.rst" homepage = "https://whirlsplash.org" repository = "https://github.com/Whirlsplash/whirl" license = "GPL-3.0-only" -# license-file = "LICENSE" keywords = ["rust", "worldserver", "whirl", "whirlsplash"] publish = false diff --git a/crates/whirl_db/Cargo.toml b/crates/whirl_db/Cargo.toml index b64db0f..04ec614 100644 --- a/crates/whirl_db/Cargo.toml +++ b/crates/whirl_db/Cargo.toml @@ -9,7 +9,6 @@ readme = "../../README.rst" homepage = "https://whirlsplash.org" repository = "https://github.com/Whirlsplash/whirl" license = "GPL-3.0-only" -# license-file = "LICENSE" keywords = ["rust", "worldserver", "whirl", "whirlsplash"] publish = false diff --git a/crates/whirl_prompt/Cargo.toml b/crates/whirl_prompt/Cargo.toml index 77f801d..13a63fa 100644 --- a/crates/whirl_prompt/Cargo.toml +++ b/crates/whirl_prompt/Cargo.toml @@ -9,7 +9,6 @@ readme = "../../README.rst" homepage = "https://whirlsplash.org" repository = "https://github.com/Whirlsplash/whirl" license = "GPL-3.0-only" -# license-file = "LICENSE" keywords = ["rust", "worldserver", "whirl", "whirlsplash"] publish = false diff --git a/crates/whirl_server/Cargo.toml b/crates/whirl_server/Cargo.toml index b4dd089..778d7ec 100644 --- a/crates/whirl_server/Cargo.toml +++ b/crates/whirl_server/Cargo.toml @@ -9,7 +9,6 @@ readme = "../../README.rst" homepage = "https://whirlsplash.org" repository = "https://github.com/Whirlsplash/whirl" license = "GPL-3.0-only" -# license-file = "LICENSE" keywords = ["rust", "worldserver", "whirl", "whirlsplash"] publish = false |