summaryrefslogtreecommitdiffstats
path: root/src/input/Cargo.toml
blob: 12f2b24d1508f508e2881f73ea00ea2f39c2514a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
[package]
name = "girt-input"
version = "1.0.0"
authors = ["Tim Oram <dev@mitmaro.ca>"]
license = "GPL-3.0-or-later"
description = "Input module for git-interactive-rebase-tool"
homepage = "https://gitrebasetool.mitmaro.ca/"
repository = "https://github.com/MitMaro/git-interactive-rebase-tool"
edition = "2021"
keywords = ["git", "input"]
categories = ["command-line-interface", "command-line-utilities"]
readme = "README.md"

[lib]
name = "input"

[dependencies]
anyhow = "1.0"
bitflags = "1.3.2"
crossbeam-channel = "0.5.4"
crossterm = "0.23.2"
girt-config = {version = "1.0.0", path = "../config"}
parking_lot = "0.12.0"

[dev-dependencies]
rstest = "0.12.0"

[build-dependencies]
rustc_version = "0.4.0"