-
-
Notifications
You must be signed in to change notification settings - Fork 216
Expand file tree
/
Copy pathCargo.toml
More file actions
64 lines (61 loc) · 5.54 KB
/
Cargo.toml
File metadata and controls
64 lines (61 loc) · 5.54 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
[package]
name = "codegen"
version = "0.1.0"
edition = "2024"
description = "Crate used to generate pages from the Rust source code of Biome"
publish = false
[lib]
name = "codegen"
path = "codegen/src/lib.rs"
[[bin]]
name = "codegen"
path = "codegen/src/main.rs"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = "1.0.102"
biome_analyze = { git = "https://github.com/biomejs/biome.git", rev = "362b638b99d09c09456943668c7627a81c40b644", version = "0.5.7", features = ["schema"] }
biome_cli = { git = "https://github.com/biomejs/biome.git", rev = "362b638b99d09c09456943668c7627a81c40b644", version = "0.0.0" }
biome_configuration = { git = "https://github.com/biomejs/biome.git", rev = "362b638b99d09c09456943668c7627a81c40b644", version = "0.0.1", features = ["schema"] }
biome_console = { git = "https://github.com/biomejs/biome.git", rev = "362b638b99d09c09456943668c7627a81c40b644", version = "0.5.7" }
biome_css_analyze = { git = "https://github.com/biomejs/biome.git", rev = "362b638b99d09c09456943668c7627a81c40b644", version = "0.5.7" }
biome_css_parser = { git = "https://github.com/biomejs/biome.git", rev = "362b638b99d09c09456943668c7627a81c40b644", version = "0.5.7" }
biome_css_semantic = { git = "https://github.com/biomejs/biome.git", rev = "362b638b99d09c09456943668c7627a81c40b644", version = "0.0.0" }
biome_css_syntax = { git = "https://github.com/biomejs/biome.git", rev = "362b638b99d09c09456943668c7627a81c40b644", version = "0.5.7" }
biome_deserialize = { git = "https://github.com/biomejs/biome.git", rev = "362b638b99d09c09456943668c7627a81c40b644", version = "0.6.0" }
biome_diagnostics = { git = "https://github.com/biomejs/biome.git", rev = "362b638b99d09c09456943668c7627a81c40b644", version = "0.5.7" }
biome_flags = { git = "https://github.com/biomejs/biome.git", rev = "362b638b99d09c09456943668c7627a81c40b644", version = "0.0.0" }
biome_formatter = { git = "https://github.com/biomejs/biome.git", rev = "362b638b99d09c09456943668c7627a81c40b644", version = "0.5.7" }
biome_fs = { git = "https://github.com/biomejs/biome.git", rev = "362b638b99d09c09456943668c7627a81c40b644", version = "0.5.7" }
biome_graphql_analyze = { git = "https://github.com/biomejs/biome.git", rev = "362b638b99d09c09456943668c7627a81c40b644", version = "0.0.1" }
biome_graphql_parser = { git = "https://github.com/biomejs/biome.git", rev = "362b638b99d09c09456943668c7627a81c40b644", version = "0.1.0" }
biome_graphql_syntax = { git = "https://github.com/biomejs/biome.git", rev = "362b638b99d09c09456943668c7627a81c40b644", version = "0.1.0" }
biome_html_analyze = { git = "https://github.com/biomejs/biome.git", rev = "362b638b99d09c09456943668c7627a81c40b644", version = "0.5.7" }
biome_html_parser = { git = "https://github.com/biomejs/biome.git", rev = "362b638b99d09c09456943668c7627a81c40b644", version = "0.0.1" }
biome_html_syntax = { git = "https://github.com/biomejs/biome.git", rev = "362b638b99d09c09456943668c7627a81c40b644", version = "0.5.7" }
biome_js_analyze = { git = "https://github.com/biomejs/biome.git", rev = "362b638b99d09c09456943668c7627a81c40b644", version = "0.5.7" }
biome_js_formatter = { git = "https://github.com/biomejs/biome.git", rev = "362b638b99d09c09456943668c7627a81c40b644", version = "0.5.7" }
biome_js_parser = { git = "https://github.com/biomejs/biome.git", rev = "362b638b99d09c09456943668c7627a81c40b644", version = "0.5.7" }
biome_js_syntax = { git = "https://github.com/biomejs/biome.git", rev = "362b638b99d09c09456943668c7627a81c40b644", version = "0.5.7" }
biome_json_analyze = { git = "https://github.com/biomejs/biome.git", rev = "362b638b99d09c09456943668c7627a81c40b644", version = "0.5.7" }
biome_json_factory = { git = "https://github.com/biomejs/biome.git", rev = "362b638b99d09c09456943668c7627a81c40b644", version = "0.5.7" }
biome_json_formatter = { git = "https://github.com/biomejs/biome.git", rev = "362b638b99d09c09456943668c7627a81c40b644", version = "0.5.7" }
biome_json_parser = { git = "https://github.com/biomejs/biome.git", rev = "362b638b99d09c09456943668c7627a81c40b644", version = "0.5.7" }
biome_json_syntax = { git = "https://github.com/biomejs/biome.git", rev = "362b638b99d09c09456943668c7627a81c40b644", version = "0.5.7" }
biome_module_graph = { git = "https://github.com/biomejs/biome.git", rev = "362b638b99d09c09456943668c7627a81c40b644", version = "0.0.1" }
biome_project_layout = { git = "https://github.com/biomejs/biome.git", rev = "362b638b99d09c09456943668c7627a81c40b644", version = "0.0.1" }
biome_rowan = { git = "https://github.com/biomejs/biome.git", rev = "362b638b99d09c09456943668c7627a81c40b644", version = "0.5.7" }
biome_ruledoc_utils = { git = "https://github.com/biomejs/biome.git", rev = "362b638b99d09c09456943668c7627a81c40b644", version = "0.0.1" }
biome_service = { git = "https://github.com/biomejs/biome.git", rev = "362b638b99d09c09456943668c7627a81c40b644", version = "0.0.0" }
biome_string_case = { git = "https://github.com/biomejs/biome.git", rev = "362b638b99d09c09456943668c7627a81c40b644", version = "0.5.7" }
biome_test_utils = { git = "https://github.com/biomejs/biome.git", rev = "362b638b99d09c09456943668c7627a81c40b644", version = "0.0.0" }
biome_text_edit = { git = "https://github.com/biomejs/biome.git", rev = "362b638b99d09c09456943668c7627a81c40b644", version = "0.5.7" }
bpaf = { version = "0.9.24", features = ["docgen"] }
# If you update this library, be aware of the breaking changes
camino = "1.2.2"
# Needed to fix some weird dependency
lock_api = "0.4.14"
pulldown-cmark = "0.13.3"
schemars = "1.2.1"
serde = "1.0.228"
serde_json = "1.0.149"
ureq = "3.2.0"