blob: c39b7368043a4ed3f51d17272ccbb3e988c7be9e (
about) (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
[package]
name = "gitolfs3-authenticate"
version = "0.1.0"
edition = "2024"
license = "MIT"
[dependencies]
anyhow = "1.0"
chrono = "0.4"
gitolfs3-common = { path = "../gitolfs3-common" }
serde_json = "1"
|