blob: ad4f2f9f835bce5af17162b0eb6b91ed8a5a208a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
[package]
name = "divina_git"
version = "0.1.0"
authors = ["Fuwn <[email protected]>"]
edition = "2021"
description = "Divina's Git wrapper"
readme = "../../README.md"
homepage = "https://divina.land"
repository = "https://github.com/divinaland/Divina"
license = "GPL-3.0-only"
keywords = ["divina", "buildsystem", "build", "assembly", "asm", "nasm", "yasm"]
categories = ["command-line-utilites", "development-tools"]
[dependencies]
git2 = "0.13.25"
|