arti: Split long lines in Cargo.toml

This will make the next commit easier to review.
This commit is contained in:
Nick Mathewson 2022-11-16 13:05:51 -05:00
parent f1f6005474
commit 9229e1a59b
1 changed files with 10 additions and 1 deletions

View File

@ -14,7 +14,16 @@ repository = "https://gitlab.torproject.org/tpo/core/arti.git/"
[features]
default = ["tokio", "native-tls", "dns-proxy", "harden", "compression"]
full = ["async-std", "tokio", "native-tls", "journald", "arti-client/full", "dns-proxy", "harden", "compression"]
full = [
"async-std",
"tokio",
"native-tls",
"journald",
"arti-client/full",
"dns-proxy",
"harden",
"compression",
]
async-std = [
"arti-client/async-std",