diff --git a/Cargo.toml b/Cargo.toml index 23443e5..894e8dd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,18 @@ [package] name = "lambda" version = "0.1.0" +authors = ["Madeline "] edition = "2021" +description = "Next generation hackable text editor for nerds" +homepage = "https://github.com/SpyHoodle/lambda" +repository = "https://github.com/SpyHoodle/lambda" +readme = "README.md" +include = ["src/*.rs", "Cargo.toml"] +categories = ["text-editors"] +keywords = ["text-editor", "editor", "terminal", "tui"] + +[profile.release] +panic = abort [dependencies] crossterm = "0.25" diff --git a/TODO.md b/TODO.md index f680904..798b9f4 100644 --- a/TODO.md +++ b/TODO.md @@ -1,4 +1,2 @@ -- [X] Remove colored in favour of crossterm's styling -- [X] Use &str for writing text -> can't really be done -- [X] Make sure borrows for Screen and Editor are correct -- [X] Fix small terminal screen issues +- [ ] Make components (i.e statusbar) modular +- [ ] Modularise functions