[package]
edition = "2021"
name = "create-axonyx"
version = "0.1.6"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Scaffold a new Axonyx app"
homepage = "https://github.com/vladanPro/axonyx-framework"
documentation = "https://github.com/vladanPro/axonyx-framework"
readme = "README.md"
license = "MIT"
repository = "https://github.com/vladanPro/axonyx-framework"
[[bin]]
name = "create-axonyx"
path = "src/main.rs"
[dependencies.anyhow]
version = "1.0.100"
[dependencies.axonyx-core]
version = "0.1.1"
[dependencies.clap]
version = "4.5.48"
features = ["derive"]