[dependencies]
[package]
authors = ["Spangled"]
categories = ["command-line-utilities"]
description = "Tiny Text Editor is a lightweight text editor like vim."
edition = "2021"
homepage = "https://github.com/bedwaring/tte"
keywords = ["cli", "vim", "Tiny", "Text"]
license = "MIT"
name = "tiny-editor"
readme = "README.md"
repository = "https://github.com/bedwaring/tte"
version = "0.1.0"
[profile.dev]
codegen-units = 16
debug = 0
debug-assertions = false
incremental = true
lto = false
opt-level = 3
overflow-checks = true
panic = "unwind"
strip = "debuginfo"
[profile.release]
codegen-units = 16
debug = 0
debug-assertions = false
incremental = false
lto = false
opt-level = 3
overflow-checks = true
panic = "unwind"
strip = "debuginfo"