-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathCargo.toml
More file actions
35 lines (34 loc) · 1003 Bytes
/
Copy pathCargo.toml
File metadata and controls
35 lines (34 loc) · 1003 Bytes
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
[package]
name = "snix"
version = "0.2.2"
edition = "2024"
[dependencies]
chrono = { version = "0.4.41", features = ["serde"] }
color-eyre = "0.6.4"
colored = "2.1.0"
ratatui = { version = "0.29.0", features = ["all-widgets"] }
serde = { version = "1.0.219", features = ["derive"] }
uuid = { version = "1.17.0", features = ["v4", "serde"] }
serde_json = "1.0"
tokio = { version = "1.0", features = ["full"] }
syntect = "5.1"
dirs = "5.0"
anyhow = "1.0"
regex = "1.10"
tree-sitter = "0.22"
tree-sitter-rust = "0.21"
tree-sitter-javascript = "0.21"
tree-sitter-python = "0.21"
tree-sitter-go = "0.21"
tree-sitter-typescript = "0.21"
crossterm = "0.29.0"
once_cell = "1.19"
serde_yaml = "0.9.34"
toml = "0.8.12"
ollama-rs = { version = "0.3.1", features = ["rustls"], default-features = false }
pulldown-cmark = "0.13.0"
unicode-width = "0.2.0"
flume = "0.11.1"
futures = "0.3.31"
reqwest = { version = "0.11", features = ["json", "stream", "rustls-tls"], default-features = false }
shell-words = "1.1.1"