Files
ac-qu-ai-nt/core/Cargo.toml
release-plz-for-ac-qu-ai-nt[bot] 179eeab601 chore: release
2024-10-06 03:53:09 +00:00

18 lines
463 B
TOML

[package]
name = "ac-qu-ai-nt-core"
description = "The core library of ac-qu-ai-nt. If you're looking for the application, see cli-clap or gui-eframe or tui-ratatui or the multibinary"
version = "0.0.2"
edition = "2021"
rust-version = "1.76"
authors = { workspace = true }
license = { workspace = true }
repository = { workspace = true }
[features]
default = ["tracing"]
tracing = ["dep:tracing"]
[dependencies]
tracing = { workspace = true, optional = true }