aboutsummaryrefslogtreecommitdiffstats
path: root/gitolfs3-authenticate/Cargo.toml
blob: ff2b702adb9e20e1d93c422a35964c25badd6b3d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "gitolfs3-authenticate"
version = "0.1.0"
edition = "2021"
license = "MIT"

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