Commit Graph

3 Commits

Author SHA1 Message Date
jonathanmetzman 06479b3d94
Reland 6088406 (#8664)
This relands 6088406 (https://github.com/google/oss-fuzz/pull/8524)
This reverts commit 940112608a.
CC @manunio
2022-10-03 11:40:49 -04:00
jonathanmetzman 940112608a
Revert "toml_edit: initial integration (#8524)" (#8564)
This reverts commit 60884064b0.
2022-09-22 09:59:56 -04:00
manunio 60884064b0
toml_edit: initial integration (#8524)
Hi, [toml_edit](https://github.com/ordian/toml_edit) crate allows you to
parse and modify toml documents, while preserving comments, spaces and
relative order or items.
- It has 2 million+ downloads as per
[crates.io](https://crates.io/crates/toml_edit).
- It's being used by projects like
[cargo](https://github.com/rust-lang/cargo),
[diem](https://github.com/diem/diem),
[lapce](https://github.com/lapce/lapce),
[materialize](https://github.com/MaterializeInc/materialize),
[clap](https://github.com/clap-rs/clap),
[foundry](https://github.com/foundry-rs/foundry) as per [github's
dependent
graph](https://github.com/ordian/toml_edit/network/dependents?dependent_type=PACKAGE&package_id=UGFja2FnZS0zMjE3NzcwMjM2)
and [crates.io's reverse
dependencies](https://crates.io/crates/toml_edit/reverse_dependencies).
2022-09-19 10:52:29 -04:00