-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathCargo.toml
More file actions
41 lines (38 loc) · 866 Bytes
/
Cargo.toml
File metadata and controls
41 lines (38 loc) · 866 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
36
37
38
39
40
41
[package]
name = "OmegaCode"
version = "0.1.0-alpha"
edition = "2024"
[lib]
path = "src/lib.rs"
[[bin]]
name = "OmegaCode"
path = "src/main.rs"
[dependencies]
clap = "4.6.1"
anyhow = "1.0.102"
tokio = { version = "1.52.3", features = ["full"] }
colored = "3.1.1"
indicatif = "0.18.4"
reqwest = { version = "0.13.3", features = ["stream"] }
tokio-stream = "0.1.18"
futures = "0.3.32"
futures-util = "0.3.32"
serde = { version = "1.0.228", features = ["derive"] }
serde_json = "1.0.149"
rmcp = "1.7.0"
rusqlite = { version = "0.39.0", features = ["bundled"] }
ratatui = "0.30.0"
crossterm = "0.29.0"
log = "0.4.29"
flexi_logger = "0.31.8"
chrono = "0.4.44"
rust-i18n = "4.0.0"
once_cell = "1.21.4"
ratatui-kit = { version = "0.5.9", features = ["full"] }
sha2 = "0.11.0"
md5 = "0.8.0"
zip = "8.6.0"
flate2 = "1.1.9"
tar = "0.4.45"
thiserror = "2.0.18"
hex = "0.4.3"