mirror of
https://codeberg.org/simonrepp/hyper8.git
synced 2026-08-14 13:45:27 +02:00
27 lines
608 B
TOML
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
|