@@ -13,21 +13,22 @@ keywords = ["formatter", "parser"]
1313categories = [" development-tools" ]
1414
1515[workspace .dependencies ]
16+ aether_lsp_utils = { path = " ./crates/aether_lsp_utils" }
1617air_formatter_test = { path = " ./crates/air_formatter_test" }
1718air_r_factory = { path = " ./crates/air_r_factory" }
1819air_r_formatter = { path = " ./crates/air_r_formatter" }
1920air_r_parser = { path = " ./crates/air_r_parser" }
2021air_r_syntax = { path = " ./crates/air_r_syntax" }
2122anyhow = " 1.0.89"
2223assert_matches = " 1.5.0"
23- biome_formatter = { git = " https://github.com/biomejs /biome" , rev = " c13fc60726883781e4530a4437724273b560c8e0 " }
24- biome_line_index = { git = " https://github.com/biomejs /biome" , rev = " c13fc60726883781e4530a4437724273b560c8e0 " }
25- biome_parser = { git = " https://github.com/biomejs /biome" , rev = " c13fc60726883781e4530a4437724273b560c8e0 " }
26- biome_rowan = { git = " https://github.com/biomejs /biome" , rev = " c13fc60726883781e4530a4437724273b560c8e0 " }
27- biome_string_case = { git = " https://github.com/biomejs /biome" , rev = " c13fc60726883781e4530a4437724273b560c8e0 " }
28- biome_text_size = { git = " https://github.com/biomejs /biome" , rev = " c13fc60726883781e4530a4437724273b560c8e0 " }
24+ biome_formatter = { git = " https://github.com/lionel- /biome" , rev = " 41d799cfa4cedd25625fc3f6bd7898532873f051 " }
25+ biome_line_index = { git = " https://github.com/lionel- /biome" , rev = " 41d799cfa4cedd25625fc3f6bd7898532873f051 " }
26+ biome_parser = { git = " https://github.com/lionel- /biome" , rev = " 41d799cfa4cedd25625fc3f6bd7898532873f051 " }
27+ biome_rowan = { git = " https://github.com/lionel- /biome" , rev = " 41d799cfa4cedd25625fc3f6bd7898532873f051 " }
28+ biome_string_case = { git = " https://github.com/lionel- /biome" , rev = " 41d799cfa4cedd25625fc3f6bd7898532873f051 " }
29+ biome_text_size = { git = " https://github.com/lionel- /biome" , rev = " 41d799cfa4cedd25625fc3f6bd7898532873f051 " }
2930biome_ungrammar = { path = " ./crates/biome_ungrammar" }
30- biome_unicode_table = { git = " https://github.com/biomejs /biome" , rev = " c13fc60726883781e4530a4437724273b560c8e0 " }
31+ biome_unicode_table = { git = " https://github.com/lionel- /biome" , rev = " 41d799cfa4cedd25625fc3f6bd7898532873f051 " }
3132bytes = " 1.8.0"
3233cargo_metadata = " 0.20.0"
3334case = " 1.0.0"
0 commit comments