via/Cargo.toml

19 lines
547 B
TOML
Raw Permalink Normal View History

2020-07-07 04:19:44 -07:00
[package]
name = "via"
version = "0.1.0"
authors = ["Andrew Dinh <git@andrewkdinh.com>"]
edition = "2018"
2020-07-17 13:08:40 -07:00
readme = "README.md"
repository = "https://github.com/andrewkdinh/via"
homepage = "https://github.com/andrewkdinh/via"
license = "AGPL-3.0-or-later"
description = "An efficient text editor"
keywords = ["text", "editor"]
categories = ["command-line-utilities", "text-editors"]
2020-07-07 04:19:44 -07:00
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
termion = "^1.5"
2021-01-19 02:58:12 -08:00
# unicode-segmentation = "^1.7.1"