text-editor/Cargo.toml
2023-04-29 20:09:08 +00:00

12 lines
226 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.71"
termion = "2.0.1"
unicode-segmentation = "1.10.1"