My personal project and infrastructure archive
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
nomicon/apps/servers/octopus/supergit/Cargo.toml

14 lines
389 B

[package]
name = "supergit"
description = "A strongly typed, read-only representation of a git repository"
version = "0.2.0"
authors = ["Katharina Fey <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"