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

[dependencies]
chrono = "0.4"
hmac-sha256 = "1.1"
subtle = "2.5"
serde = { version = "1", features = ["derive"] }