summaryrefslogtreecommitdiff
path: root/crates/git-tracker/Cargo.toml
blob: 14af5d013550df9abeb80fcbd8689f0c4b906c1d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "git-tracker"
version.workspace = true
edition.workspace = true
authors.workspace = true
description = "Library that helps you track commits and branches in a Git repository"
repository.workspace = true

publish = false

[dependencies]
git2 = { version = "0.19", default-features = false, features = ["https"] }
log.workspace = true
thiserror = "1.0"

[lints]
workspace = true