Initial commit, basic indexing and plain text parsing

This commit is contained in:
2025-09-26 16:08:41 -06:00
commit 40d1e710ba
8 changed files with 1715 additions and 0 deletions

15
Cargo.toml Normal file
View 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"