1
0
зеркало из https://github.com/glebtv/tui-textarea.git synced 2026-09-08 00:15:50 +03:00

add arbitrary crate as optional dependency

to avoid converting `Input` in fuzz test for making arbitrary inputs
Этот коммит содержится в:
rhysd
2022-07-16 21:40:05 +09:00
родитель 8b3b0aa34c
Коммит ac04feb5ea
5 изменённых файлов: 48 добавлений и 69 удалений

Просмотреть файл

@@ -31,6 +31,7 @@ crossterm = { version = "0.23", optional = true }
regex = { version = "1", optional = true }
termion = { version = "1.5", optional = true }
tui = { version = "0.18", default-features = false }
arbitrary = { version = "1", features = ["derive"], optional = true }
[[example]]
name = "minimal"