Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Overall workspace configuration.
[workspace]

members = ["gitoid", "omnibor", "omnibor-cli", "xtask"]
members = ["omnibor", "omnibor-cli", "xtask"]
resolver = "2"

# Shared settings across packages in the workspace.
Expand Down
5 changes: 0 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ Analysis."][cisa_report]
|:--------------|:----------------------------------------------------------|:------------------------------------------|:----------------------------------------------------------------------------------------------------------------|
| `omnibor` | ![Library](https://img.shields.io/badge/Library-darkblue) | OmniBOR Identifiers and Manifests | [README][omnibor_r] · [Changelog][omnibor_c] · [API Docs][omnibor_d] · [Crate][omnibor_cr] |
| `omnibor-cli` | ![Binary](https://img.shields.io/badge/Binary-darkgreen) | CLI for OmniBOR Identifiers and Manifests | [README][omnibor_cli_r] · [Changelog][omnibor_cli_c] · [Crate][omnibor_cli_cr] |
| `gitoid` | ![Library](https://img.shields.io/badge/Library-darkblue) | Git Object Identifiers (GitOIDs) | [README][gitoid_r] · [Changelog][gitoid_c] · [API Docs][gitoid_d] · [Crate][gitoid_cr] |
| `xtask` | ![Binary](https://img.shields.io/badge/Binary-darkgreen) | OmniBOR Rust Workspace Automation | [README][xtask_r] |

## Contributing
Expand Down Expand Up @@ -101,10 +100,6 @@ license text in the [`LICENSE`][license] file.
[cisa_report]: https://www.cisa.gov/sites/default/files/2023-10/Software-Identification-Ecosystem-Option-Analysis-508c.pdf
[cpe]: https://nvd.nist.gov/products/cpe
[gitoid]: https://git-scm.com/book/en/v2/Git-Internals-Git-Objects
[gitoid_cr]: https://crates.io/crates/gitoid
[gitoid_r]: https://github.com/omnibor/omnibor-rs/blob/main/gitoid/README.md
[gitoid_c]: https://github.com/omnibor/omnibor-rs/blob/main/gitoid/CHANGELOG.md
[gitoid_d]: https://docs.rs/crate/gitoid/latest
[license]: https://github.com/omnibor/omnibor-rs/blob/main/LICENSE
[omnibor]: https://omnibor.io
[omnibor_cr]: https://crates.io/crates/omnibor
Expand Down
119 changes: 0 additions & 119 deletions gitoid/CHANGELOG.md

This file was deleted.

117 changes: 0 additions & 117 deletions gitoid/Cargo.toml

This file was deleted.

Loading