1
Fork 0
mirror of https://github.com/RGBCube/alejandra synced 2025-07-30 12:07:46 +00:00

feat: format toml

This commit is contained in:
Kevin Amado 2022-01-30 13:26:52 -05:00
parent c07a964d8a
commit 59c879aedb
No known key found for this signature in database
GPG key ID: FFF341057F503148
5 changed files with 194 additions and 66 deletions

View file

@ -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"