summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: d6a48e04be658ed1ba5a79e0caa2ae064f3d29cf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[package]
name = "godot-glam"
version = "0.1.0"
edition = "2021"
authors = ["Henrique Alves <henriquelalves@gmail.com>"]
license = "MIT"
description = "Godot Lightweight Addon Manager"
homepage = "https://github.com/henriquelalves/glam"
repository = "https://github.com/henriquelalves/glam"
keywords = ["cli", "godot", "addon", "manager"]
categories = ["command-line-utilities"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
clap = { version = "3.0", features = ["derive"] }
serde = { version = "1.0.140", features = ["derive"] }
colored = "2"
serde_json = "1.0"
assert_fs = "1.0"