velto-cli 0.3.0

A fast and minimal CLI tool for building and running Velto web apps
Documentation
[[bin]]
name = "velto"
path = "src/main.rs"

[dependencies.clap]
features = ["derive"]
version = "4"

[dependencies.console]
version = "0.16.1"

[dependencies.ctrlc]
version = "3.5.0"

[dependencies.indicatif]
version = "0.18"

[dependencies.toml]
version = "0.9.8"

[lib]
name = "velto_cli"
path = "src/lib.rs"

[package]
authors = ["Pjdur"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "web-programming"]
description = "A fast and minimal CLI tool for building and running Velto web apps"
documentation = "https://docs.rs/velto-cli"
edition = "2021"
exclude = ["/target", "*.lock"]
homepage = "https://github.com/pjdur/velto-cli"
keywords = ["velto", "cli", "web", "framework", "rust"]
license = "MIT"
name = "velto-cli"
readme = "README.md"
repository = "https://github.com/pjdur/velto-cli"
version = "0.3.0"

[[test]]
name = "cli"
path = "tests/cli.rs"