mirror of
https://github.com/Zenithsiz/zsw.git
synced 2026-02-03 17:52:15 +00:00
12 lines
293 B
TOML
12 lines
293 B
TOML
absolute-paths-allowed-crates = [
|
|
# `tokio` mirrors a lot of `std`'s api, so we want to explicitly mention when
|
|
# using `tokio`,
|
|
"tokio",
|
|
|
|
# `tracing_subscriber::fmt` makes this ambiguous with `std::fmt`
|
|
"tracing_subscriber",
|
|
|
|
# Crate consists of only nondescript modules
|
|
"naga_oil",
|
|
]
|