Files
hyper8/cli/Cargo.toml
T

27 lines
608 B
TOML

# SPDX-FileCopyrightText: 2024-2025 Simon Repp
# SPDX-License-Identifier: AGPL-3.0-or-later
[package]
edition.workspace = true
name = "hyper8-cli"
rust-version.workspace = true
version.workspace = true
[lib]
name = "hyper8_cli_lib"
[dependencies]
base64.workspace = true
clap.workspace = true
ctrlc.workspace = true
enolib.workspace = true
env_logger.workspace = true
hyper8-core.path = "../core"
hyper8-translations.path = "../translations"
hyper8-version.path = "../version"
hyper8-web.path = "../web"
indoc.workspace = true
slug.workspace = true
sys-locale.workspace = true
webbrowser.workspace = true