text-editor/Cargo.toml

12 lines
226 B
TOML
Raw Permalink 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]
anyhow = "1.0.82"
termion = "4.0.0"
unicode-segmentation = "1.11.0"