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

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