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
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,24 @@ But with log data growing exponentially, today's log data challenges involve who

<a href="https://github.com/parseablehq/parseable/graphs/contributors"><img src="https://contrib.rocks/image?repo=parseablehq/parseable" /></a>

### License report

A license report lists all the licenses of all dependencies in a project. You can use [cargo-about ↗︎](https://embarkstudios.github.io/cargo-about/) to generate a license report for the Parseable.

If not already installed, install `cargo-about` using the below command.

```sh
cargo install --locked cargo-about && cargo about init
```

To generate a license report, run the below command.

```sh
cargo about generate about.hbs > parseable-license.html
```

You can see the license report in the file parseable-license.html.

### Supported by

<a href="https://fossunited.org/" target="_blank"><img src="http://fossunited.org/files/fossunited-badge.svg"></a>
Expand Down
4 changes: 2 additions & 2 deletions about.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@
<body>
<main class="container">
<div class="intro">
<h1>Third Party Licenses</h1>
<p>This page lists the licenses of the projects used in cargo-about.</p>
<h1>Third Party Licenses used in Parseable</h1>
<p>This page lists the licenses of the projects used in Parseable.</p>
</div>

<h2>Overview of licenses:</h2>
Expand Down
Loading