[package]
edition = "2021"
name = "axo-cli"
version = "0.1.3"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI tool for Axo Framework: init, dev (hot-reload), build, and release commands"
homepage = "https://github.com/Erick-arch-bit/Axo-Framework"
readme = "README.md"
keywords = [
"ui",
"gui",
"cli",
"hot-reload",
"lua",
]
categories = [
"gui",
"command-line-utilities",
"wasm",
]
license = "MIT"
repository = "https://github.com/Erick-arch-bit/Axo-Framework"
[[bin]]
name = "axo-cli"
path = "src/main.rs"
[dependencies.axo-bridge]
version = "0.1"
[dependencies.axo-core]
version = "0.1"
[dependencies.axo-platforms]
version = "0.1"
[dependencies.clap]
version = "4"
features = ["derive"]
[dependencies.mlua]
version = "0.10"
features = [
"lua54",
"send",
]
[dependencies.tokio]
version = "1"
features = ["full"]