breed/Cargo.toml

21 lines
362 B
TOML
Raw Normal View History

2023-04-11 17:40:10 +00:00
[package]
name = "breed"
version = "0.1.0"
edition = "2021"
2023-04-11 20:24:18 +00:00
license = "AGPL-3.0-or-later"
2023-04-11 17:40:10 +00:00
[dependencies]
2023-04-11 22:12:56 +00:00
arg = "0.4.1"
2023-04-11 19:56:43 +00:00
crossterm = "0.26"
libc = "0.2.141"
2023-04-12 03:34:24 +00:00
once_cell = "1.17"
2023-04-12 16:39:22 +00:00
parking_lot = "0.12"
2023-04-11 19:56:43 +00:00
ropey = "1.6"
2023-04-12 03:34:24 +00:00
toml = "0.7"
2023-04-11 22:12:56 +00:00
yacexits = "0.1.5"
2023-04-12 16:39:22 +00:00
[dependencies.syntect]
version = "5"
default-features = false
features = ["default-syntaxes", "parsing", "regex-onig"]