-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCargo.toml
28 lines (27 loc) · 884 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
[package]
name = "diffding"
version = "0.2.5"
edition = "2021"
authors = ["Trevor Coleman <[email protected]>"]
repository = "https://github.com/trevor-coleman/diffding"
description = "Gentle reminders to commit when inserts/deletes cross a threshold"
license = "CC-BY-ND-4.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
regex = "1.7.0"
soloud = "1"
timer = "0.2.0"
chrono = "0.4.0"
config = "0.13.2"
serde = { version = "1.0", features = ["derive"] }
serde_derive = "1.0.148"
crossterm = { version = "0.25.0", features = ["event-stream", "serde"] }
tokio = { version = "1.16", features = ["full"] }
futures = "0.3"
futures-timer = "3.0"
tui = "0.19.0"
cfonts = "1.1.0"
signal-hook = "0.3.1"
signal-hook-tokio = { version = "0.3.1", features = ["futures-v0_3"] }
tokio-util = "0.6.9"
rgb2ansi256 = "0.1.1"