Add large_thread feature

This commit is contained in:
Shunsuke Shibayama 2022-12-17 17:59:51 +09:00
parent 5be316ae33
commit 2d689ee698
6 changed files with 21 additions and 4 deletions

View file

@ -16,6 +16,7 @@ simplified_chinese = ["erg_common/simplified_chinese"]
traditional_chinese = ["erg_common/traditional_chinese"]
unicode = ["erg_common/unicode"]
pretty = ["erg_common/pretty"]
large_thread = ["erg_common/large_thread"]
[dependencies]
erg_common = { version = "0.6.0-beta.2", path = "../erg_common" }