chore: Update toml formatting (#5368)

This commit is contained in:
OJ Kwon 2022-08-02 20:07:28 -07:00 committed by GitHub
parent f30e34bb1e
commit 12fd737326
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 18 additions and 13 deletions

5
.taplo.toml Normal file
View File

@ -0,0 +1,5 @@
# https://taplo.tamasfe.dev/configuration/formatter-options.html
[formatting]
align_entries = true
indent_tables = true
reorder_keys = true

View File

@ -1,24 +1,24 @@
[package]
authors = ["강동윤 <kdy1997.dev@gmail.com>"]
description = "Macros for ast nodes."
authors = ["강동윤 <kdy1997.dev@gmail.com>"]
description = "Macros for ast nodes."
documentation = "https://rustdoc.swc.rs/ast_node/"
edition = "2021"
license = "Apache-2.0"
name = "ast_node"
repository = "https://github.com/swc-project/swc.git"
version = "0.8.2"
edition = "2021"
license = "Apache-2.0"
name = "ast_node"
repository = "https://github.com/swc-project/swc.git"
version = "0.8.2"
[lib]
bench = false
bench = false
proc-macro = true
[dependencies]
darling = "0.13"
pmutil = "0.5.1"
proc-macro2 = "1"
quote = "1"
darling = "0.13"
pmutil = "0.5.1"
proc-macro2 = "1"
quote = "1"
swc_macros_common = { version = "0.3.4", path = "../swc_macros_common" }
[dependencies.syn]
features = ["derive", "fold", "parsing", "printing", "visit-mut"]
version = "1"
version = "1"