frey/sorcery/introspection/Cargo.toml

24 lines
519 B
TOML

# SPDX-FileCopyrightText: 2025 Ada Freya Ahmed (neptuwunium)
# SPDX-License-Identifier: EUPL-1.2
[package]
name = "sorcery-introspection"
authors.workspace = true
version.workspace = true
license.workspace = true
edition.workspace = true
repository.workspace = true
[dependencies]
witch-common = { path = "../../witch/common", features = ["serde", "minidump"] }
anyhow = "1"
colog = "1"
log = "0"
clap = { version = "4", features = ["derive"] }
colored = "3"
env_logger = "0"
serde_json = "1"
serde = "1"
libc = "0"