summaryrefslogtreecommitdiffstats
path: root/src/config/Cargo.toml
blob: 40543efd2b287482da6e73febf36cbed13ca0847 (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
[package]
name = "girt-config"
version = "1.0.0"
authors = ["Tim Oram <dev@mitmaro.ca>"]
license = "GPL-3.0-or-later"
description = "Configuration for git-interactive-rebase-tool"
homepage = "https://gitrebasetool.mitmaro.ca/"
repository = "https://github.com/MitMaro/git-interactive-rebase-tool"
edition = "2021"
keywords = ["git", "config"]
categories = ["command-line-interface", "command-line-utilities", "config"]
readme = "README.md"

[lib]
name = "config"

[dependencies]
anyhow = "1.0"
girt-git = {version = "0.2.0", path = "../../src/git"}

[dev-dependencies]
lazy_static = "1.4.0"
rstest = "0.12.0"
serial_test = "0.6.0"
tempfile = "3.3.0"

[build-dependencies]
rustc_version = "0.4.0"