zng-view 0.19.2

Part of the zng project.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# config for builds with "embed_licenses"

accepted = [
    "Apache-2.0",
    "MIT",
    "Zlib",
    "MPL-2.0",
    "BSL-1.0",
    "BSD-2-Clause",
    "BSD-3-Clause",
    "ISC",
    "Unicode-3.0",
    "NCSA",
]

ignore-build-dependencies = true
ignore-dev-dependencies = true
private = { ignore = true }