initial commit

This commit is contained in:
garcal001
2024-01-23 09:40:16 +01:00
commit b5e363c5bd
10 changed files with 609 additions and 0 deletions

9
Cargo.toml Normal file
View File

@@ -0,0 +1,9 @@
[package]
name = "fuzzy-search"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
crossterm = "0.27.0"