diff options
| author | Fuwn <[email protected]> | 2021-05-23 19:48:30 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-05-23 19:48:30 +0000 |
| commit | fd7e8e9bd9dee03a5fe501878b69cbc8e0bba238 (patch) | |
| tree | bd2f4a7326888f3ffb55fd6dd050b00bda48e514 | |
| parent | style(cli): remove dot slash from directory (diff) | |
| download | whirl-fd7e8e9bd9dee03a5fe501878b69cbc8e0bba238.tar.xz whirl-fd7e8e9bd9dee03a5fe501878b69cbc8e0bba238.zip | |
refactor: move key defs comment elsewhere
| -rw-r--r-- | Cargo.toml | 2 | ||||
| -rw-r--r-- | crates/whirl/Cargo.toml | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,3 +1,5 @@ +# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html + [workspace] members = [ "crates/whirl", diff --git a/crates/whirl/Cargo.toml b/crates/whirl/Cargo.toml index 730309b..c1ad954 100644 --- a/crates/whirl/Cargo.toml +++ b/crates/whirl/Cargo.toml @@ -13,8 +13,6 @@ license = "GPL-3.0-only" keywords = ["rust", "worldserver", "whirl", "whirlsplash"] publish = false -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html - [dependencies] # Environment dotenv = "0.15.0" |