cargo.toml + todo.md updated
This commit is contained in:
parent
6f2436c711
commit
b6a4c04a25
11
Cargo.toml
11
Cargo.toml
@ -1,7 +1,18 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "lambda"
|
name = "lambda"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
|
authors = ["Madeline <maddie@spyhoodle.me>"]
|
||||||
edition = "2021"
|
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]
|
[dependencies]
|
||||||
crossterm = "0.25"
|
crossterm = "0.25"
|
||||||
|
6
TODO.md
6
TODO.md
@ -1,4 +1,2 @@
|
|||||||
- [X] Remove colored in favour of crossterm's styling
|
- [ ] Make components (i.e statusbar) modular
|
||||||
- [X] Use &str for writing text -> can't really be done
|
- [ ] Modularise functions
|
||||||
- [X] Make sure borrows for Screen and Editor are correct
|
|
||||||
- [X] Fix small terminal screen issues
|
|
||||||
|
Loading…
Reference in New Issue
Block a user