Velocity/Cargo.toml

16 lines
454 B
TOML
Raw Permalink Normal View History

2022-11-03 07:31:24 +00:00
[package]
2022-12-05 14:11:48 +00:00
name = "velocity"
2022-11-03 07:31:24 +00:00
version = "0.1.0"
2022-11-07 20:08:28 +00:00
authors = ["Madeline <maddie@spyhoodle.me>"]
2022-11-03 07:31:24 +00:00
edition = "2021"
2022-11-07 20:08:28 +00:00
description = "Next generation hackable text editor for nerds"
2022-12-05 14:11:48 +00:00
homepage = "https://github.com/SpyHoodle/velocity"
repository = "https://github.com/SpyHoodle/velocity"
2022-11-07 20:08:28 +00:00
readme = "README.md"
include = ["src/*.rs", "Cargo.toml"]
categories = ["text-editors"]
keywords = ["text-editor", "editor", "terminal", "tui"]
2022-11-03 07:31:24 +00:00
[dependencies]
2022-11-03 20:20:13 +00:00
crossterm = "0.25"