-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathabout.hbs
More file actions
32 lines (23 loc) · 703 Bytes
/
Copy pathabout.hbs
File metadata and controls
32 lines (23 loc) · 703 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# Third-party licenses
YAMLRocks is built from the Rust crates listed below. The crates linked into the
distributed extension are redistributed in compiled form inside every wheel, and
their licenses are reproduced here in full as those licenses require. YAMLRocks
itself is MIT licensed (see `LICENSE`).
This file is generated; run `just licenses` to regenerate it after a dependency
change. Do not edit it by hand.
## Summary
{{#each overview}}
- {{name}}: {{count}} crate(s)
{{/each}}
{{#each licenses}}
{{#unless @first}}
{{/unless}}
## {{name}}
Used by:
{{#each used_by}}
- [{{crate.name}} {{crate.version}}](https://crates.io/crates/{{crate.name}})
{{/each}}
```
{{{text}}}
```
{{/each}}