aboutsummaryrefslogtreecommitdiff
path: root/crates/whirl_common/Cargo.toml
blob: e8bd4a69993547a25eed675b1726433f1a323686 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "whirl_common"
version = "0.1.0"
authors = ["Fuwn <[email protected]>"]
edition = "2018"
description = "Provides assorted utilities for global use"
documentation = "https://whirlsplash.org/docs/"
readme = "../../README.rst"
homepage = "https://whirlsplash.org"
repository = "https://github.com/Whirlsplash/whirl"
license = "GPL-3.0-only"
keywords = ["rust", "worldserver", "whirl", "whirlsplash"]
publish = false

[dependencies]
# Config
whirl_config = { path = "../whirl_config" }