git-lfs-pointer 0.4.0

Parse and encode Git LFS pointer files
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name                 = "git-lfs-pointer"
description          = "Parse and encode Git LFS pointer files"
version.workspace    = true
edition.workspace    = true
license.workspace    = true
authors.workspace    = true
repository.workspace = true
homepage.workspace   = true
readme               = "README.md"
keywords             = ["git", "lfs", "git-lfs", "pointer", "parser"]
categories           = ["parser-implementations", "development-tools"]

[dependencies]
thiserror = { workspace = true }