aboutsummaryrefslogtreecommitdiffstats
path: root/git-lfs-authenticate/Cargo.toml
blob: f4ab4d78124d61d89202e3a37f55471702d3a0d0 (plain) (blame)
1
2
3
4
5
6
7
8
9
[package]
name = "git-lfs-authenticate"
version = "0.1.0"
edition = "2021"

[dependencies]
anyhow = "1.0"
chrono = "0.4"
common = { path = "../common" }