AFLplusplus / LibAFL

Advanced Fuzzing Library - Slot your Fuzzer together in Rust! Scales across cores and machines. For Windows, Android, MacOS, Linux, no_std, ...
Other
2.02k stars 314 forks source link

Move Cargo details to workspace #1304

Open addisoncrump opened 1 year ago

addisoncrump commented 1 year ago

Right now, certain details of crates in the repository are duplicating Cargo keys. This includes things like dependencies, edition, documentation links, readmes, etc.

We should move these items to the root of the workspace.

npranav7619 commented 1 year ago

Can you provide more details

addisoncrump commented 1 year ago

Yes -- we want to move common Cargo.toml fields (like authors, license, edition, etc.) to the workspace Cargo.toml, then use authors.workspace, etc. in the Cargo.toml files.

gerceboss commented 8 months ago

@addisoncrump ,can you please assign me this issue?

addisoncrump commented 8 months ago

We don't really "assign" an issue; please just open a pull request with progress.