mirror of
https://github.com/Zenithsiz/zbuild.git
synced 2026-02-03 14:10:02 +00:00
8 lines
175 B
TOML
8 lines
175 B
TOML
absolute-paths-allowed-crates = [
|
|
# `tracing_subscriber::fmt` would be easily confused with `std::fmt`
|
|
"tracing_subscriber",
|
|
# TODO: Review these?
|
|
"futures",
|
|
"notify",
|
|
]
|