git-fast-import 0.1.1

A library for generating git fast-import streams
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "git-fast-import"
version = "0.1.1"
edition = "2024"
description = "A library for generating git fast-import streams"
license = "MIT"
repository = "https://github.com/orf/archive-to-git"

[dependencies]
chrono = "0.4.43"

[dev-dependencies]
git2 = "0.20"
tempfile = "3"