16 lines
407 B
TOML
16 lines
407 B
TOML
# SPDX-FileCopyrightText: 2025 Ada Freya Ahmed (neptuwunium)
|
|
# SPDX-License-Identifier: EUPL-1.2
|
|
|
|
[package]
|
|
name = "sorcery-viewer"
|
|
license.workspace = true
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
authors.workspace = true
|
|
repository.workspace = true
|
|
|
|
[dependencies]
|
|
witch = { path = "../../witch/witch" }
|
|
witch-common = { path = "../../witch/common" }
|
|
witch-macro = { path = "../../witch/macro" }
|