We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa8e981 commit cb58af7Copy full SHA for cb58af7
Cargo.toml
@@ -13,6 +13,14 @@ description = "StyLua integration for dprint"
13
[lib]
14
crate-type = ["lib", "cdylib"]
15
16
+[features]
17
+default = ["lua52", "lua53", "lua54", "luau"]
18
+
19
+lua52 = ["stylua/lua52"]
20
+lua53 = ["stylua/lua53"]
21
+lua54 = ["stylua/lua54"]
22
+luau = ["stylua/luau"]
23
24
[dependencies]
25
anyhow = "1.0.65"
26
dprint-core = { version = "0.59.0", features = ["wasm"] }
0 commit comments