gotpm 0.1.0

A Godot simple package manager
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[dependencies.clap]
features = ["derive"]
version = "3.1.8"

[package]
authors = ["Vitor Freitas Buchalla <vitorfreitasdev@gmail.com>"]
description = "A Godot simple package manager"
edition = "2021"
homepage = "https://github.com/vfreitas-/gotpm"
license-file = "LICENSE"
name = "gotpm"
readme = "README.md"
repository = "https://github.com/vfreitas-/gotpm"
resolver = "2"
version = "0.1.0"