/
githubmirror
/
tailwindcss
Обзор
Документация
Войти
/
githubmirror
/
tailwindcss
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
crates/oxide/fuzz/Cargo.toml
27 строк
405 B
Robin Malfait
Hoist `oxide/crates` to just `crates` (#13333)
23 мар 2024, 16:00
Не верифицирован
23 мар 2024, 16:00
1c48683
Код
Авторство
О чём код?
[package] name = "tailwindcss-oxide-fuzz" version = "0.0.0" publish = false edition = "2021" [package.metadata] cargo-fuzz = true [dependencies] libfuzzer-sys = "0.4" [dependencies.tailwindcss-oxide] path = ".." # Prevent this from interfering with workspaces [workspace] members = ["."] [profile.release] debug = 1 [[bin]] name = "parsing" path = "fuzz_targets/parsing.rs" test = false doc = false