text-editor/Cargo.toml

12 lines
225 B
TOML
Raw Normal View History

2022-08-07 16:24:32 +05:30
[package]
name = "text-editor"
2022-11-15 23:35:27 +05:30
authors = ["Harsh Shandilya <me@msfjarvis.dev>"]
2022-08-07 16:24:32 +05:30
version = "0.1.0"
edition = "2021"
2022-11-15 23:35:27 +05:30
license = "MIT/Apache-2.0"
2022-08-07 16:24:32 +05:30
[dependencies]
2022-08-07 16:27:07 +05:30
anyhow = "1.0.60"
termion = "1.5.6"
unicode-segmentation = "1.9.0"