aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorFuwn <[email protected]>2021-03-20 15:46:12 +0000
committerFuwn <[email protected]>2021-03-20 15:46:12 +0000
commit2abd749036d29fc7452684fae85ab039186297d9 (patch)
tree24b450fe1c47b7d52234eecef49c50a7e6008e4b /Cargo.toml
parentfix: formatting (diff)
downloadwhirl-2abd749036d29fc7452684fae85ab039186297d9.tar.xz
whirl-2abd749036d29fc7452684fae85ab039186297d9.zip
whirl: :star:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml21
1 files changed, 21 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
new file mode 100644
index 0000000..8278a6d
--- /dev/null
+++ b/Cargo.toml
@@ -0,0 +1,21 @@
+[package]
+name = "whirl"
+version = "0.1.0"
+authors = ["Fuwn <[email protected]>"]
+edition = "2018"
+description = "Whirl, an open-source WorldServer implementation in Rust."
+documentation = "https://www.whirlsplash.org"
+readme = "README.md"
+homepage = "https://whirlsplash.org"
+license = "GPLv3"
+# license-file = "LICENSE"
+keywords = ["rust", "worldserver", "whirl", "whirlsplash"]
+publish = false
+
+# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
+
+[dependencies]
+mio = "0.6"
+log = "0.4.14"
+pretty_env_logger = "0.4.0"
+dotenv = "0.15.0"