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

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