mirror of
https://github.com/RGBCube/alejandra
synced 2025-07-30 12:07:46 +00:00
feat: format toml
This commit is contained in:
parent
c07a964d8a
commit
59c879aedb
5 changed files with 194 additions and 66 deletions
26
Cargo.toml
26
Cargo.toml
|
@ -1,18 +1,18 @@
|
|||
[dependencies]
|
||||
clap = "*"
|
||||
rand = "*"
|
||||
rayon = "*"
|
||||
rnix = "*"
|
||||
rowan = "*"
|
||||
walkdir = "*"
|
||||
clap = "*"
|
||||
rand = "*"
|
||||
rayon = "*"
|
||||
rnix = "*"
|
||||
rowan = "*"
|
||||
walkdir = "*"
|
||||
|
||||
[dev-dependencies]
|
||||
indoc = "*"
|
||||
indoc = "*"
|
||||
|
||||
[package]
|
||||
authors = ["Kevin Amado <kamadorueda@gmail.com>"]
|
||||
description = "The uncompromising Nix formatter"
|
||||
edition = "2021"
|
||||
name = "alejandra"
|
||||
repository = "https://github.com/kamadorueda/alejandra"
|
||||
version = "0.0.0"
|
||||
authors = ["Kevin Amado <kamadorueda@gmail.com>"]
|
||||
description = "The uncompromising Nix formatter"
|
||||
edition = "2021"
|
||||
name = "alejandra"
|
||||
repository = "https://github.com/kamadorueda/alejandra"
|
||||
version = "0.0.0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue