mirror of
https://github.com/babichjacob/ac-qu-ai-nt.git
synced 2025-10-02 04:47:53 -04:00
17 lines
321 B
TOML
17 lines
321 B
TOML
[package]
|
|
name = "ac-qu-ai-nt-tui-ratatui"
|
|
version = "0.0.1"
|
|
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 }
|