aboutsummaryrefslogtreecommitdiff
path: root/crates/whirl_common/Cargo.toml
blob: 8ca39a65673ae5f348f78430cb0beab31030044d (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
25
26
27
28
29
30
31
32
[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" }

[dev-dependencies]
# Benchmark
iai = "0.1.1"
criterion = { version = "0.3.5", features = ["html_reports"] }

[[bench]]
name = "whirl_common"
path = "../../benches/whirl_common_iai.rs"
harness = false

[[bench]]
name = "whirl_common_criterion"
path = "../../benches/whirl_common_criterion.rs"
harness = false