|
1 | 1 | [package] |
2 | | - name = "codegen" |
3 | | - version = "0.1.0" |
4 | | - edition = "2024" |
5 | | - description = "Crate used to generate pages from the Rust source code of Biome" |
6 | | - publish = false |
| 2 | +name = "codegen" |
| 3 | +version = "0.1.0" |
| 4 | +edition = "2024" |
| 5 | +description = "Crate used to generate pages from the Rust source code of Biome" |
| 6 | +publish = false |
7 | 7 |
|
8 | 8 | [lib] |
9 | | - name = "codegen" |
10 | | - path = "codegen/src/lib.rs" |
| 9 | +name = "codegen" |
| 10 | +path = "codegen/src/lib.rs" |
11 | 11 |
|
12 | 12 | [[bin]] |
13 | | - name = "codegen" |
14 | | - path = "codegen/src/main.rs" |
| 13 | +name = "codegen" |
| 14 | +path = "codegen/src/main.rs" |
15 | 15 |
|
16 | 16 | # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
17 | 17 | [dependencies] |
18 | | - anyhow = "1.0.102" |
19 | | - biome_analyze = { git = "https://github.com/biomejs/biome.git", rev = "c0b98327a3b14e44d8fbd9a11481bf56c505b8ed", version = "0.5.7", features = [ |
20 | | - "schema"] } |
| 18 | +anyhow = "1.0.102" |
| 19 | +biome_analyze = { git = "https://github.com/biomejs/biome.git", rev = "a0f197eb1a6974539927f105ff1dde1f51d07d74", version = "0.5.7", features = [ |
| 20 | + "schema" |
| 21 | +] } |
21 | 22 |
|
22 | | - biome_cli = { git = "https://github.com/biomejs/biome.git", rev = "c0b98327a3b14e44d8fbd9a11481bf56c505b8ed", version = "0.0.0" } |
23 | | - biome_configuration = { git = "https://github.com/biomejs/biome.git", rev = "c0b98327a3b14e44d8fbd9a11481bf56c505b8ed", version = "0.0.1", features = [ |
24 | | - "cli", |
25 | | - "schema"] } |
| 23 | +biome_cli = { git = "https://github.com/biomejs/biome.git", rev = "a0f197eb1a6974539927f105ff1dde1f51d07d74", version = "0.0.0" } |
| 24 | +biome_configuration = { git = "https://github.com/biomejs/biome.git", rev = "a0f197eb1a6974539927f105ff1dde1f51d07d74", version = "0.0.1", features = [ |
| 25 | + "cli", |
| 26 | + "schema" |
| 27 | +] } |
26 | 28 |
|
27 | | - biome_console = { git = "https://github.com/biomejs/biome.git", rev = "c0b98327a3b14e44d8fbd9a11481bf56c505b8ed", version = "0.5.7" } |
28 | | - biome_css_analyze = { git = "https://github.com/biomejs/biome.git", rev = "c0b98327a3b14e44d8fbd9a11481bf56c505b8ed", version = "0.5.7" } |
29 | | - biome_css_parser = { git = "https://github.com/biomejs/biome.git", rev = "c0b98327a3b14e44d8fbd9a11481bf56c505b8ed", version = "0.5.7" } |
30 | | - biome_css_semantic = { git = "https://github.com/biomejs/biome.git", rev = "c0b98327a3b14e44d8fbd9a11481bf56c505b8ed", version = "0.0.0" } |
31 | | - biome_css_syntax = { git = "https://github.com/biomejs/biome.git", rev = "c0b98327a3b14e44d8fbd9a11481bf56c505b8ed", version = "0.5.7" } |
32 | | - biome_deserialize = { git = "https://github.com/biomejs/biome.git", rev = "c0b98327a3b14e44d8fbd9a11481bf56c505b8ed", version = "0.6.0" } |
33 | | - biome_diagnostics = { git = "https://github.com/biomejs/biome.git", rev = "c0b98327a3b14e44d8fbd9a11481bf56c505b8ed", version = "0.5.7" } |
34 | | - biome_flags = { git = "https://github.com/biomejs/biome.git", rev = "c0b98327a3b14e44d8fbd9a11481bf56c505b8ed", version = "0.0.0" } |
35 | | - biome_formatter = { git = "https://github.com/biomejs/biome.git", rev = "c0b98327a3b14e44d8fbd9a11481bf56c505b8ed", version = "0.5.7" } |
36 | | - biome_fs = { git = "https://github.com/biomejs/biome.git", rev = "c0b98327a3b14e44d8fbd9a11481bf56c505b8ed", version = "0.5.7" } |
37 | | - biome_graphql_analyze = { git = "https://github.com/biomejs/biome.git", rev = "c0b98327a3b14e44d8fbd9a11481bf56c505b8ed", version = "0.0.1" } |
38 | | - biome_graphql_parser = { git = "https://github.com/biomejs/biome.git", rev = "c0b98327a3b14e44d8fbd9a11481bf56c505b8ed", version = "0.1.0" } |
39 | | - biome_graphql_syntax = { git = "https://github.com/biomejs/biome.git", rev = "c0b98327a3b14e44d8fbd9a11481bf56c505b8ed", version = "0.1.0" } |
40 | | - biome_html_analyze = { git = "https://github.com/biomejs/biome.git", rev = "c0b98327a3b14e44d8fbd9a11481bf56c505b8ed", version = "0.5.7" } |
41 | | - biome_html_parser = { git = "https://github.com/biomejs/biome.git", rev = "c0b98327a3b14e44d8fbd9a11481bf56c505b8ed", version = "0.0.1" } |
42 | | - biome_html_syntax = { git = "https://github.com/biomejs/biome.git", rev = "c0b98327a3b14e44d8fbd9a11481bf56c505b8ed", version = "0.5.7" } |
43 | | - biome_js_analyze = { git = "https://github.com/biomejs/biome.git", rev = "c0b98327a3b14e44d8fbd9a11481bf56c505b8ed", version = "0.5.7" } |
44 | | - biome_js_formatter = { git = "https://github.com/biomejs/biome.git", rev = "c0b98327a3b14e44d8fbd9a11481bf56c505b8ed", version = "0.5.7" } |
45 | | - biome_js_parser = { git = "https://github.com/biomejs/biome.git", rev = "c0b98327a3b14e44d8fbd9a11481bf56c505b8ed", version = "0.5.7" } |
46 | | - biome_js_syntax = { git = "https://github.com/biomejs/biome.git", rev = "c0b98327a3b14e44d8fbd9a11481bf56c505b8ed", version = "0.5.7" } |
47 | | - biome_json_analyze = { git = "https://github.com/biomejs/biome.git", rev = "c0b98327a3b14e44d8fbd9a11481bf56c505b8ed", version = "0.5.7" } |
48 | | - biome_json_factory = { git = "https://github.com/biomejs/biome.git", rev = "c0b98327a3b14e44d8fbd9a11481bf56c505b8ed", version = "0.5.7" } |
49 | | - biome_json_formatter = { git = "https://github.com/biomejs/biome.git", rev = "c0b98327a3b14e44d8fbd9a11481bf56c505b8ed", version = "0.5.7" } |
50 | | - biome_json_parser = { git = "https://github.com/biomejs/biome.git", rev = "c0b98327a3b14e44d8fbd9a11481bf56c505b8ed", version = "0.5.7" } |
51 | | - biome_json_syntax = { git = "https://github.com/biomejs/biome.git", rev = "c0b98327a3b14e44d8fbd9a11481bf56c505b8ed", version = "0.5.7" } |
52 | | - biome_module_graph = { git = "https://github.com/biomejs/biome.git", rev = "c0b98327a3b14e44d8fbd9a11481bf56c505b8ed", version = "0.0.1" } |
53 | | - biome_project_layout = { git = "https://github.com/biomejs/biome.git", rev = "c0b98327a3b14e44d8fbd9a11481bf56c505b8ed", version = "0.0.1" } |
54 | | - biome_rowan = { git = "https://github.com/biomejs/biome.git", rev = "c0b98327a3b14e44d8fbd9a11481bf56c505b8ed", version = "0.5.7" } |
55 | | - biome_ruledoc_utils = { git = "https://github.com/biomejs/biome.git", rev = "c0b98327a3b14e44d8fbd9a11481bf56c505b8ed", version = "0.0.1" } |
56 | | - biome_service = { git = "https://github.com/biomejs/biome.git", rev = "c0b98327a3b14e44d8fbd9a11481bf56c505b8ed", version = "0.0.0", features = [ |
57 | | - "schema" |
58 | | - ] } |
59 | | - biome_string_case = { git = "https://github.com/biomejs/biome.git", rev = "c0b98327a3b14e44d8fbd9a11481bf56c505b8ed", version = "0.5.7" } |
60 | | - biome_test_utils = { git = "https://github.com/biomejs/biome.git", rev = "c0b98327a3b14e44d8fbd9a11481bf56c505b8ed", version = "0.0.0" } |
61 | | - biome_text_edit = { git = "https://github.com/biomejs/biome.git", rev = "c0b98327a3b14e44d8fbd9a11481bf56c505b8ed", version = "0.5.7" } |
62 | | - bpaf = { version = "0.9.26", features = ["docgen"] } |
63 | | - # If you update this library, be aware of the breaking changes |
64 | | - camino = "1.2.2" |
65 | | - jiff-static = "0.2.28" |
66 | | - # Needed to fix some weird dependency |
67 | | - lock_api = "0.4.14" |
68 | | - pulldown-cmark = "0.13.4" |
69 | | - schemars = "1.2.1" |
70 | | - serde = "1.0.228" |
71 | | - serde_json = "1.0.150" |
72 | | - ureq = "3.3.0" |
| 29 | +biome_console = { git = "https://github.com/biomejs/biome.git", rev = "a0f197eb1a6974539927f105ff1dde1f51d07d74", version = "0.5.7" } |
| 30 | +biome_css_analyze = { git = "https://github.com/biomejs/biome.git", rev = "a0f197eb1a6974539927f105ff1dde1f51d07d74", version = "0.5.7" } |
| 31 | +biome_css_parser = { git = "https://github.com/biomejs/biome.git", rev = "a0f197eb1a6974539927f105ff1dde1f51d07d74", version = "0.5.7" } |
| 32 | +biome_css_semantic = { git = "https://github.com/biomejs/biome.git", rev = "a0f197eb1a6974539927f105ff1dde1f51d07d74", version = "0.0.0" } |
| 33 | +biome_css_syntax = { git = "https://github.com/biomejs/biome.git", rev = "a0f197eb1a6974539927f105ff1dde1f51d07d74", version = "0.5.7" } |
| 34 | +biome_deserialize = { git = "https://github.com/biomejs/biome.git", rev = "a0f197eb1a6974539927f105ff1dde1f51d07d74", version = "0.6.0" } |
| 35 | +biome_diagnostics = { git = "https://github.com/biomejs/biome.git", rev = "a0f197eb1a6974539927f105ff1dde1f51d07d74", version = "0.5.7" } |
| 36 | +biome_flags = { git = "https://github.com/biomejs/biome.git", rev = "a0f197eb1a6974539927f105ff1dde1f51d07d74", version = "0.0.0" } |
| 37 | +biome_formatter = { git = "https://github.com/biomejs/biome.git", rev = "a0f197eb1a6974539927f105ff1dde1f51d07d74", version = "0.5.7" } |
| 38 | +biome_fs = { git = "https://github.com/biomejs/biome.git", rev = "a0f197eb1a6974539927f105ff1dde1f51d07d74", version = "0.5.7" } |
| 39 | +biome_graphql_analyze = { git = "https://github.com/biomejs/biome.git", rev = "a0f197eb1a6974539927f105ff1dde1f51d07d74", version = "0.0.1" } |
| 40 | +biome_graphql_parser = { git = "https://github.com/biomejs/biome.git", rev = "a0f197eb1a6974539927f105ff1dde1f51d07d74", version = "0.1.0" } |
| 41 | +biome_graphql_syntax = { git = "https://github.com/biomejs/biome.git", rev = "a0f197eb1a6974539927f105ff1dde1f51d07d74", version = "0.1.0" } |
| 42 | +biome_html_analyze = { git = "https://github.com/biomejs/biome.git", rev = "a0f197eb1a6974539927f105ff1dde1f51d07d74", version = "0.5.7" } |
| 43 | +biome_html_parser = { git = "https://github.com/biomejs/biome.git", rev = "a0f197eb1a6974539927f105ff1dde1f51d07d74", version = "0.0.1" } |
| 44 | +biome_html_syntax = { git = "https://github.com/biomejs/biome.git", rev = "a0f197eb1a6974539927f105ff1dde1f51d07d74", version = "0.5.7" } |
| 45 | +biome_js_analyze = { git = "https://github.com/biomejs/biome.git", rev = "a0f197eb1a6974539927f105ff1dde1f51d07d74", version = "0.5.7" } |
| 46 | +biome_js_formatter = { git = "https://github.com/biomejs/biome.git", rev = "a0f197eb1a6974539927f105ff1dde1f51d07d74", version = "0.5.7" } |
| 47 | +biome_js_parser = { git = "https://github.com/biomejs/biome.git", rev = "a0f197eb1a6974539927f105ff1dde1f51d07d74", version = "0.5.7" } |
| 48 | +biome_js_syntax = { git = "https://github.com/biomejs/biome.git", rev = "a0f197eb1a6974539927f105ff1dde1f51d07d74", version = "0.5.7" } |
| 49 | +biome_json_analyze = { git = "https://github.com/biomejs/biome.git", rev = "a0f197eb1a6974539927f105ff1dde1f51d07d74", version = "0.5.7" } |
| 50 | +biome_json_factory = { git = "https://github.com/biomejs/biome.git", rev = "a0f197eb1a6974539927f105ff1dde1f51d07d74", version = "0.5.7" } |
| 51 | +biome_json_formatter = { git = "https://github.com/biomejs/biome.git", rev = "a0f197eb1a6974539927f105ff1dde1f51d07d74", version = "0.5.7" } |
| 52 | +biome_json_parser = { git = "https://github.com/biomejs/biome.git", rev = "a0f197eb1a6974539927f105ff1dde1f51d07d74", version = "0.5.7" } |
| 53 | +biome_json_syntax = { git = "https://github.com/biomejs/biome.git", rev = "a0f197eb1a6974539927f105ff1dde1f51d07d74", version = "0.5.7" } |
| 54 | +biome_module_graph = { git = "https://github.com/biomejs/biome.git", rev = "a0f197eb1a6974539927f105ff1dde1f51d07d74", version = "0.0.1" } |
| 55 | +biome_project_layout = { git = "https://github.com/biomejs/biome.git", rev = "a0f197eb1a6974539927f105ff1dde1f51d07d74", version = "0.0.1" } |
| 56 | +biome_rowan = { git = "https://github.com/biomejs/biome.git", rev = "a0f197eb1a6974539927f105ff1dde1f51d07d74", version = "0.5.7" } |
| 57 | +biome_ruledoc_utils = { git = "https://github.com/biomejs/biome.git", rev = "a0f197eb1a6974539927f105ff1dde1f51d07d74", version = "0.0.1" } |
| 58 | +biome_service = { git = "https://github.com/biomejs/biome.git", rev = "a0f197eb1a6974539927f105ff1dde1f51d07d74", version = "0.0.0", features = [ |
| 59 | + "schema" |
| 60 | +] } |
| 61 | +biome_string_case = { git = "https://github.com/biomejs/biome.git", rev = "a0f197eb1a6974539927f105ff1dde1f51d07d74", version = "0.5.7" } |
| 62 | +biome_test_utils = { git = "https://github.com/biomejs/biome.git", rev = "a0f197eb1a6974539927f105ff1dde1f51d07d74", version = "0.0.0" } |
| 63 | +biome_text_edit = { git = "https://github.com/biomejs/biome.git", rev = "a0f197eb1a6974539927f105ff1dde1f51d07d74", version = "0.5.7" } |
| 64 | +biome_languages = { git = "https://github.com/biomejs/biome.git", rev = "a0f197eb1a6974539927f105ff1dde1f51d07d74", version = "0.1.0", features = ["all"] } |
| 65 | + |
| 66 | +bpaf = { version = "0.9.26", features = ["docgen"] } |
| 67 | +# If you update this library, be aware of the breaking changes |
| 68 | +camino = "1.2.2" |
| 69 | +jiff-static = "0.2.28" |
| 70 | +# Needed to fix some weird dependency |
| 71 | +lock_api = "0.4.14" |
| 72 | +pulldown-cmark = "0.13.4" |
| 73 | +schemars = "1.2.1" |
| 74 | +serde = "1.0.228" |
| 75 | +serde_json = "1.0.150" |
| 76 | +smallvec = "=1.15.2" # locking to the same version of biome |
| 77 | +ureq = "3.3.0" |
0 commit comments