forked from xlwings/xlwings
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.toml
40 lines (32 loc) · 908 Bytes
/
about.toml
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
33
34
35
36
37
38
39
40
# Build with
# cargo about generate about.hbs > docs/_static/opensource_licenses2.html
#
# To calculate checksum: shasum -a 256 path/to/file
accepted = [
"Apache-2.0",
"MIT",
"BSD-3-Clause",
"Apache-2.0 WITH LLVM-exception",
"Unicode-DFS-2016"
]
private = { ignore = true }
ignore-build-dependencies = true
ignore-dev-dependencies = true
[parking_lot_core.clarify]
license = "MIT"
[[parking_lot_core.clarify.files]]
path = 'LICENSE-MIT'
license = 'MIT'
checksum = 'c9a75f18b9ab2927829a208fc6aa2cf4e63b8420887ba29cdb265d6619ae82d5'
[bumpalo.clarify]
license = "MIT"
[[bumpalo.clarify.files]]
path = 'LICENSE-MIT'
license = 'MIT'
checksum = '65f94e99ddaf4f5d1782a6dae23f35d4293a9a01444a13135a6887017d353cee'
[chrono.clarify]
license = "MIT"
[[chrono.clarify.files]]
path = 'License.txt'
license = 'MIT'
checksum = '46610329ff0b38effb9cb05979ff1ef761e465fed96b2eaca39e439d00129fd7'