[package] name = "fano" version = "0.1.1" edition = "2021" authors = ["Victor Hornet "] description = "A simple writing tool in the terminal that forces you to focus only on the last few words you are writing." readme = "README.md" license = "MIT" repository = "https://github.com/victorhornet/fano" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] clap = { version = "4.4.14", features = ["derive"] } color-eyre = "0.6.2" crossterm = "0.27.0" itertools = "0.12.0" ratatui = "0.26.1" thiserror = "1.0.56"