aboutsummaryrefslogtreecommitdiff
path: root/apps/servers/octopus/supergit/Cargo.toml
blob: ca9fb5ccca6eaf0716a0534f37976db573e490b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "supergit"
description = "A strongly typed, read-only representation of a git repository"
version = "0.2.1"
authors = ["Katharina Fey <kookie@spacekookie.de>"]
edition = "2018"
license = "GPL-3.0-or-later"
documentation = "https://docs.rs/supergit"
readme = "README.md"
repository = "https://git.spacekookie.de/kookienomicon/about/apps/servers/octopus/supergit"

[dependencies]
atomptr = "1.0"
git2 = "0.11"