Skip to content

Commit

Permalink
Cargo.toml: reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
gdesmott committed Jun 12, 2024
1 parent 9f4cd92 commit a25f699
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,20 @@
[package]
name = "system-deps"
version = "6.2.2"
authors = ["Guillaume Desmottes <guillaume.desmottes@collabora.com>", "Josh Triplett <josh@joshtriplett.org>"]
authors = [
"Guillaume Desmottes <guillaume.desmottes@collabora.com>",
"Josh Triplett <josh@joshtriplett.org>",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/gdesmott/system-deps"
description = "Discover and configure system dependencies from declarative dependencies in Cargo.toml"
keywords = ["pkg-config", "build-dependencies", "build-depends", "manifest", "metadata"]
keywords = [
"pkg-config",
"build-dependencies",
"build-depends",
"manifest",
"metadata",
]
edition = "2018"
documentation = "https://docs.rs/system-deps/"
readme = "README.md"
Expand Down

0 comments on commit a25f699

Please sign in to comment.