blob: a46085bc9c4ec90489c9bae51d56924e6ccd2509 (
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
24
|
[package]
name = "whirl_config"
version = "0.1.0"
authors = ["Fuwn <[email protected]>"]
edition = "2018"
description = "Provides abstractions to interact with the configuration system"
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
config = "0.11.0"
# Serialization
serde = "1.0.135"
serde_derive = "1.0.135"
# Logging
log = "0.4.14"
|