aboutsummaryrefslogtreecommitdiff
path: root/apps/servers/octopus/supergit/Cargo.toml
blob: ff83cd991d5211476defdc74e7f3ace860aa69e1 (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.1.0"
authors = ["Mx Kookie <kookie@spacekookie.de>"]
edition = "2018"
license = "GPL-3.0-or-later"
documentation = "https://docs.rs/supergit"
readme = "README.md"

[dependencies]
git2 = "0.11"
async-std = { version = "1.0", features = ["unstable"] }
atomptr = "1.0"