This repository has been archived on 2025-11-04. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
text-editor/Cargo.toml
2024-12-28 20:07:04 -06:00

9 lines
170 B
TOML

[package]
name = "text-editor"
version = "0.1.0"
edition = "2021"
authors = ["Ceferino Patino <c4patino@gmail.com>"]
license = "MIT"
[dependencies]
crossterm = "0.28.1"