Skip to content

Commit aef8e99

Browse files
committed
Cargo.toml: reformat
1 parent e1dfa2c commit aef8e99

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

Cargo.toml

+11-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,20 @@
11
[package]
22
name = "system-deps"
33
version = "6.2.2"
4-
authors = ["Guillaume Desmottes <[email protected]>", "Josh Triplett <[email protected]>"]
4+
authors = [
5+
"Guillaume Desmottes <[email protected]>",
6+
"Josh Triplett <[email protected]>",
7+
]
58
license = "MIT OR Apache-2.0"
69
repository = "https://github.com/gdesmott/system-deps"
710
description = "Discover and configure system dependencies from declarative dependencies in Cargo.toml"
8-
keywords = ["pkg-config", "build-dependencies", "build-depends", "manifest", "metadata"]
11+
keywords = [
12+
"pkg-config",
13+
"build-dependencies",
14+
"build-depends",
15+
"manifest",
16+
"metadata",
17+
]
918
edition = "2018"
1019
documentation = "https://docs.rs/system-deps/"
1120
readme = "README.md"

0 commit comments

Comments
 (0)