text-editor/Cargo.toml

12 lines
225 B
TOML

[package]
name = "text-editor"
authors = ["Harsh Shandilya <me@msfjarvis.dev>"]
version = "0.1.0"
edition = "2021"
license = "MIT/Apache-2.0"
[dependencies]
anyhow = "1.0.60"
termion = "1.5.6"
unicode-segmentation = "1.9.0"