-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathCargo.toml
55 lines (53 loc) · 1.39 KB
/
Cargo.toml
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
[package]
name = "forge_app"
version = "0.1.0"
edition = "2021"
[dependencies]
uuid.workspace = true
chrono.workspace = true
tokio.workspace = true
derive_more.workspace = true
tracing.workspace = true
async-trait.workspace = true
forge_open_router.workspace = true
forge_tool_macros.workspace = true
forge_display.workspace = true
forge_walker.workspace = true
serde.workspace = true
serde_json.workspace = true
derive_setters.workspace = true
tokio-stream.workspace = true
handlebars.workspace = true
forge_domain.workspace = true
moka2.workspace = true
schemars.workspace = true
anyhow.workspace = true
futures.workspace = true
reqwest.workspace = true
regex.workspace = true
dissimilar.workspace = true
syn.workspace = true
thiserror.workspace = true
nom.workspace = true
tree-sitter.workspace = true
html2md.workspace = true
glob.workspace = true
tree-sitter-rust.workspace = true
tree-sitter-python.workspace = true
tree-sitter-typescript.workspace = true
tree-sitter-css.workspace = true
tree-sitter-java.workspace = true
tree-sitter-scala.workspace = true
tree-sitter-go.workspace = true
tree-sitter-cpp.workspace = true
tree-sitter-ruby.workspace = true
rust-embed.workspace = true
base64.workspace = true
strum_macros.workspace = true
strum.workspace = true
bytes.workspace = true
[dev-dependencies]
insta.workspace = true
mockito.workspace = true
pretty_assertions.workspace = true
tempfile.workspace = true