mirror of
https://codeberg.org/simonrepp/hyper8.git
synced 2026-08-14 13:45:27 +02:00
20 lines
445 B
TOML
20 lines
445 B
TOML
# SPDX-FileCopyrightText: 2024-2025 Simon Repp
|
|
# SPDX-License-Identifier: AGPL-3.0-or-later
|
|
|
|
[package]
|
|
edition.workspace = true
|
|
name = "hyper8-docs"
|
|
rust-version.workspace = true
|
|
version.workspace = true
|
|
|
|
[build-dependencies]
|
|
base64.workspace = true
|
|
|
|
[dependencies]
|
|
enolib.workspace = true
|
|
hyper8-icons = { path = "../icons" }
|
|
hyper8-version = { path = "../version" }
|
|
indoc.workspace = true
|
|
pulldown-cmark.workspace = true
|
|
slug.workspace = true
|