зеркало из
https://github.com/glebtv/tui-textarea.git
synced 2026-09-06 07:35:51 +03:00
add arbitrary crate as optional dependency
to avoid converting `Input` in fuzz test for making arbitrary inputs
Этот коммит содержится в:
@@ -10,10 +10,8 @@ cargo-fuzz = true
|
||||
|
||||
[dependencies]
|
||||
libfuzzer-sys = "0.4"
|
||||
arbitrary = { version = "1", features = ["derive"] }
|
||||
|
||||
[dependencies.tui-textarea]
|
||||
path = ".."
|
||||
arbitrary = "1"
|
||||
tui-textarea = { path = "..", features = ["search", "arbitrary"] }
|
||||
|
||||
# Prevent this from interfering with workspaces
|
||||
[workspace]
|
||||
|
||||
Ссылка в новой задаче
Block a user