aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: d137d6893606c0e429d8fb5b40f6bf06ad79d392 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[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"
rand = "0.8.3"
rusqlite = "0.24.2"