-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
30 lines (29 loc) · 718 Bytes
/
Cargo.toml
File metadata and controls
30 lines (29 loc) · 718 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
[package]
name = "dev-mind"
version = "0.1.0"
edition = "2024"
[dependencies]
tokio = { version = "1.48", features = ["full"] }
clap = { version = "4.5", features = ["derive"] }
eyre = "0.6"
lancedb = "0.22"
fastembed = "5"
rusqlite = { version = "0.37", features = ["bundled"] }
config = "0.15"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
chrono = { version = "0.4.42", features = ["serde"] }
dirs = "6.0"
futures = "0.3"
async-trait = "0.1.89"
arrow = "56"
arrow-array = "56"
arrow-schema = "56"
arrow-cast = "56"
uuid = { version = "1.18.1", features = ["v4", "v5"] }
rustyline = "17.0.2"
crossterm = "0.29.0"
langchain-rust = "4.6.0"
keyring = "3.6.3"
toml = "0.9.8"
rpassword = "7.4.0"