breed/Cargo.toml

25 lines
438 B
TOML
Raw Permalink 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 19:56:43 +00:00
crossterm = "0.26"
2023-04-12 21:13:20 +00:00
crossbeam-channel = "0.5"
libc = "0.2.141"
2023-04-12 21:13:20 +00:00
notify = "5"
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-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"]
2023-04-12 23:53:35 +00:00
[dependencies.toml]
version = "0.7"
default-features = false
features = ["parse"]