Skip to content

Commit 17314d7

Browse files
committed
add crate info to formatter
1 parent 4c44101 commit 17314d7

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

crates/emmylua_formatter/Cargo.toml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22
name = "emmylua_formatter"
33
version = "0.23.0"
44
edition = "2024"
5+
authors = ["CppCXY"]
6+
description = "A command-line tool for formatting Lua code"
7+
license = "MIT"
8+
repository = "https://github.com/CppCXY/emmylua-analyzer-rust"
9+
readme = "README.md"
10+
keywords = ["emmylua", "format", "lua", "cli"]
11+
categories = ["development-tools"]
12+
include = [
13+
"Cargo.toml",
14+
"src/**"
15+
]
516

617
[dependencies]
718
serde.workspace = true

0 commit comments

Comments
 (0)