cargo-creator 0.1.5

Mobile Game Framework that helps build apps for Android and iOS
Documentation
[package]
name = "cargo-creator"
version = "0.1.5"
edition = "2018"
authors = ["enfipy <enfipy@gmail.com>", "olvyko <olvyko@gmail.com>"]
description = "Mobile Game Framework that helps build apps for Android and iOS"
repository = "https://github.com/creator-rs/creator"
license = "Apache-2.0"
keywords = ["tool", "android", "ios"]
readme = "../../README.md"

[[bin]]
name = "creator"
path = "src/creator.rs"

[dependencies]
serde = { version = "1.0", features = ["derive"] }
toml = "0.5.6"
dunce = "1.0"
dirs = "2.0.2"
cargo_toml = "0.8.1"

anyhow = "1.0"
thiserror = "1.0"
displaydoc = "0.1"
which = "4.0"

env_logger = "0.7.1"
log = "0.4.8"

[features]
default = ["android", "ios"]
android = []
ios = []