Initial commit, basic indexing and plain text parsing
This commit is contained in:
15
Cargo.toml
Normal file
15
Cargo.toml
Normal file
@@ -0,0 +1,15 @@
|
||||
[package]
|
||||
name = "sift"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
atty = "0.2.14"
|
||||
chrono = "0.4.42"
|
||||
clap = "4.5.48"
|
||||
color-eyre = "0.6.5"
|
||||
crossterm = "0.29.0"
|
||||
eyre = "0.6.12"
|
||||
ordered-float = "5.0.0"
|
||||
ratatui = "0.29.0"
|
||||
tracing = "0.1.41"
|
||||
Reference in New Issue
Block a user