aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2021-05-23 19:48:30 -0700
committerFuwn <[email protected]>2021-05-23 19:48:30 -0700
commitb917b500a193bca8cc2dbe9f5d7d77bc2d58a120 (patch)
tree6e6943c12cef663c9cf319d4f2d162d6374015a1
parentstyle(cli): remove dot slash from directory (diff)
downloadwhirl-b917b500a193bca8cc2dbe9f5d7d77bc2d58a120.tar.xz
whirl-b917b500a193bca8cc2dbe9f5d7d77bc2d58a120.zip
refactor: move key defs comment elsewhere
-rw-r--r--Cargo.toml2
-rw-r--r--crates/whirl/Cargo.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 744e523..5d1b621 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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 24bffbf..1ebecc3 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"