mirror of
https://github.com/pimalaya/himalaya.git
synced 2026-06-15 11:27:53 +08:00
33 lines
770 B
TOML
33 lines
770 B
TOML
[sources]
|
|
allow-git = [
|
|
"https://github.com/pimalaya/cli",
|
|
"https://github.com/pimalaya/config",
|
|
"https://github.com/pimalaya/io-discovery",
|
|
"https://github.com/pimalaya/io-email",
|
|
"https://github.com/pimalaya/io-http",
|
|
"https://github.com/pimalaya/io-imap",
|
|
"https://github.com/pimalaya/io-jmap",
|
|
"https://github.com/pimalaya/io-m2dir",
|
|
"https://github.com/pimalaya/io-maildir",
|
|
"https://github.com/pimalaya/io-smtp",
|
|
"https://github.com/pimalaya/stream",
|
|
"https://github.com/soywod/domain"
|
|
]
|
|
unknown-git = "deny"
|
|
unknown-registry = "deny"
|
|
|
|
[licenses]
|
|
allow = [
|
|
"0BSD",
|
|
"AGPL-3.0-only",
|
|
"Apache-2.0 WITH LLVM-exception",
|
|
"Apache-2.0",
|
|
"BSD-3-Clause",
|
|
"CDLA-Permissive-2.0",
|
|
"ISC",
|
|
"MIT",
|
|
"MPL-2.0",
|
|
"Unicode-3.0",
|
|
"Zlib"
|
|
]
|