Velocity/Cargo.toml

16 lines
448 B
TOML
Raw Normal View History

2022-11-03 07:31:24 +00:00
[package]
name = "lambda"
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"
homepage = "https://github.com/SpyHoodle/lambda"
repository = "https://github.com/SpyHoodle/lambda"
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"