-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cargo.toml
30 lines (27 loc) · 848 Bytes
/
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
[package]
authors = ["Effnote <[email protected]>"]
name = "rsfchat"
version = "0.0.2"
edition = "2021"
[dependencies]
chrono = "0.4.38"
futures = "0.3.30"
tokio-stream = { version = "0.1.16", features = ["time"] }
ratatui-image = { version = "1.0.5", features = ["crossterm"] }
ratatui = { version = "0.28.1", features = ["unstable-widget-ref"] }
better-panic = "0.3.0"
miette = { version = "7.2.0", features = ["fancy"] }
clap = { version = "4.5.17", features = ["derive"] }
crossterm = { version = "0.28.1", features = ["bracketed-paste", "event-stream"] }
textwrap = "0.16.1"
unicode-segmentation = "1.11.0"
ratatui-macros = "0.5.0"
tokio-util = "0.7.12"
ringbuffer = "0.15.0"
crokey = "1.1.0"
tui-prompts = "0.4.0"
[dependencies.tokio]
version = "1.40.0"
features = ["full"]
[dependencies.fchat]
git = "https://github.com/effnote/libfchat"