gee-editor 0.1.0

A compact subset editor of emacs. Syntax highlighting in progress.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "gee-editor"
version = "0.1.0"
edition = "2024"
target = "./target"
description = "A compact subset editor of emacs. Syntax highlighting in progress."
license = "WTFPL"

[dependencies]
termion = "4.0.6"
termsize = "0.1.9"

[[bin]]
name = "gee"
path = "src/main.rs"