cargo-uat 0.1.0

Unreal Automation Tool
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[package]
description = "Unreal Automation Tool"
documentation = "https://docs.rs/cargo-uat"
edition = "2018"
license = "Apache-2.0"
name = "cargo-uat"
readme = "README.md"
version = "0.1.0"