From b6a4c04a250e861dfe26e1850b0ad379698c8fdf Mon Sep 17 00:00:00 2001 From: Madeleine Date: Mon, 7 Nov 2022 20:08:28 +0000 Subject: [PATCH] cargo.toml + todo.md updated --- Cargo.toml | 11 +++++++++++ TODO.md | 6 ++---- 2 files changed, 13 insertions(+), 4 deletions(-) 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