[package] name = "breed" version = "0.1.0" edition = "2021" license = "AGPL-3.0-or-later" [dependencies] arg = "0.4.1" crossterm = "0.26" libc = "0.2.141" once_cell = "1.17" parking_lot = "0.12" ropey = "1.6" toml = "0.7" yacexits = "0.1.5" [dependencies.syntect] version = "5" default-features = false features = ["default-syntaxes", "parsing", "regex-onig"]