chore: reformat TOML files with Taplo

This commit is contained in:
Harsh Shandilya 2023-06-26 00:33:51 +05:30
parent 8704d6f775
commit 189616a642
No known key found for this signature in database
5 changed files with 23 additions and 22 deletions

View File

@ -1,9 +1,5 @@
[workspace]
members = [
"hcctl",
"healthchecks",
"monitor",
]
members = ["hcctl", "healthchecks", "monitor"]
[profile.release]
codegen-units = 1

View File

@ -17,28 +17,33 @@ notice = "warn"
ignore = []
[licenses]
unlicensed = "deny"
allow = [
"MIT",
"Apache-2.0",
]
allow = ["MIT", "Apache-2.0"]
copyleft = "allow"
allow-osi-fsf-free = "neither"
default = "deny"
confidence-threshold = 0.8
exceptions = [
{ allow = ["MIT", "ISC", "OpenSSL"], name = "ring", version = "*" },
{ allow = ["ISC"], name = "untrusted", version = "*" },
{ allow = ["ISC"], name = "webpki", version = "*" },
{ allow = ["Unicode-DFS-2016"], name = "unicode-ident", version = "*" },
{ allow = [
"MIT",
"ISC",
"OpenSSL",
], name = "ring", version = "*" },
{ allow = [
"ISC",
], name = "untrusted", version = "*" },
{ allow = [
"ISC",
], name = "webpki", version = "*" },
{ allow = [
"Unicode-DFS-2016",
], name = "unicode-ident", version = "*" },
]
[[licenses.clarify]]
name = "ring"
version = "*"
expression = "MIT AND ISC AND OpenSSL"
license-files = [
{ path = "LICENSE", hash = 0xbd0eed23 }
]
license-files = [{ path = "LICENSE", hash = 0xbd0eed23 }]
[licenses.private]
ignore = false