aboutsummaryrefslogtreecommitdiff
path: root/supergit/Cargo.toml
blob: 029503e87c441c1215f9369a0dcaf2f7d1b4b2f5 (plain)
1
2
3
4
5
6
7
8
9
10
[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"
async-std = { version = "1.0", features = ["unstable"] }