aboutsummaryrefslogtreecommitdiff
path: root/supergit/Cargo.toml
blob: 7fdb253e3f724945e9dfa702bc73f0b038327e8f (plain)
1
2
3
4
5
6
7
8
9
[package]
name = "supergit"
description = "A strongly typed, read-only representation of a git repository"
version = "0.1.0"
authors = ["Mx Kookie <kookie@spacekookie.de>"]
edition = "2018"

[dependencies]
git2 = "0.11"