summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorKyohei Uto <im@kyoheiu.dev>2023-07-28 06:54:30 +0900
committerKyohei Uto <im@kyoheiu.dev>2023-07-28 06:54:30 +0900
commit851f77de2a0f6d925d3b1f55e6f7fe3a1bdd228d (patch)
tree35e5cc729736fdcc0517e0eed5e008639a4a55ea /Cargo.toml
parentf5b8f0f85ceacd8f8930c54c5672417c44910e1d (diff)
Add format_txt tests and benchmark by bwrap
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index ce52ea8..7e75b9f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -37,6 +37,7 @@ zstd = "0.11.2"
unicode-width = "0.1.10"
[dev-dependencies]
+bwrap = { version = "1.2.3", features = ["use_std"] }
devtimer = "4.0.0"
rayon = "1.6.1"