Skip to content

Commit

Permalink
Format Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
jpgrayson committed Sep 30, 2022
1 parent c3daec7 commit a6ed8b7
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ version = "2.0.0-beta.3"
edition = "2021"
rust-version = "1.63.0"
authors = [
"Catalin Marinas <catalin.marinas@gmail.com>",
"Peter Grayson <pete@jpgrayson.net>",
"Catalin Marinas <catalin.marinas@gmail.com>",
"Peter Grayson <pete@jpgrayson.net>",
]
license = "GPL-2.0-only"
homepage = "https://stacked-git.github.io/"
Expand All @@ -21,7 +21,15 @@ anyhow = "1.0"
atty = "0.2"
bstr = { version = "1.0", default-features = false, features = ["std"] }
chrono = { version = "0.4", default-features = false, features = ["clock"] }
clap = { version = "4.0", default-features = false, features = ["color", "help", "std", "string", "suggestions", "usage", "wrap_help"] }
clap = { version = "4.0", default-features = false, features = [
"color",
"help",
"std",
"string",
"suggestions",
"usage",
"wrap_help",
] }
ctrlc = "3.2"
encoding_rs = "0.8"
git2 = { version = "0.15", default-features = false }
Expand Down

0 comments on commit a6ed8b7

Please sign in to comment.