cargo.toml + todo.md updated

This commit is contained in:
Maddie H 2022-11-07 20:08:28 +00:00
parent 6f2436c711
commit b6a4c04a25
No known key found for this signature in database
GPG Key ID: 64FAA9959751687D
2 changed files with 13 additions and 4 deletions

View File

@ -1,7 +1,18 @@
[package]
name = "lambda"
version = "0.1.0"
authors = ["Madeline <maddie@spyhoodle.me>"]
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"

View File

@ -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