diff options
| author | Fuwn <[email protected]> | 2021-03-20 15:46:12 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-03-20 15:46:12 +0000 |
| commit | 2abd749036d29fc7452684fae85ab039186297d9 (patch) | |
| tree | 24b450fe1c47b7d52234eecef49c50a7e6008e4b /Cargo.toml | |
| parent | fix: formatting (diff) | |
| download | whirl-2abd749036d29fc7452684fae85ab039186297d9.tar.xz whirl-2abd749036d29fc7452684fae85ab039186297d9.zip | |
whirl: :star:
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 21 |
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" |