[[bin]]
name = "dulwich"
path = "src/main.rs"
[dependencies]
[lib]
name = "dulwich"
path = "src/lib.rs"
[package]
authors = ["Jelmer Vernooij <jelmer@jelmer.uk>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Dulwich is a Rust library for working with Git repositories"
edition = "2024"
homepage = "https://github.com/dulwich/dulwich-rs"
license = "Apache-2.0"
name = "dulwich"
readme = false
repository = "https://github.com/dulwich/dulwich-rs.git"
version = "0.1.0"