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

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