glacier-cli 0.2.0

CLI do glacier-ui: cria um projeto pronto (templates .gv, .gss e scripts Luau) e instala as extensões de VS Code.
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "glacier-cli"
version = "0.2.0"
build = "build.rs"
include = [
    "src/**/*",
    "templates/**/*",
    "extensions/**/*",
    "engine-version.txt",
    "build.rs",
    "README.md",
    "LICENSE-DEB",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI do glacier-ui: cria um projeto pronto (templates .gv, .gss e scripts Luau) e instala as extensões de VS Code."
readme = "README.md"
keywords = [
    "glacier",
    "gui",
    "cli",
    "scaffold",
    "iced",
]
categories = [
    "command-line-utilities",
    "gui",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/antoniofernandodj/glacier-ui"

[package.metadata.deb]
name = "glacier-cli"
maintainer = "Antonio Fernando <antoniofernando2723@gmail.com>"
copyright = "2026, Antonio Fernando"
license-file = "LICENSE-DEB"
extended-description = "Cria um projeto glacier-ui pronto para rodar (templates .gv, stylesheets .gss e scripts Luau) a partir de um questionário, e instala as extensões de VS Code para .gv e .gss."
section = "devel"
priority = "optional"
depends = "$auto"
assets = [
    [
    "target/release/glacier",
    "usr/bin/glacier",
    "755",
],
    [
    "README.md",
    "usr/share/doc/glacier-cli/README.md",
    "644",
],
]

[[bin]]
name = "glacier"
path = "src/main.rs"

[dependencies]