a24eb57e93
## Summary Now, `puffin_warnings::warn_once` and `puffin_warnings::warn` will go to `stderr`, as long as the user isn't running under `--quiet`. Previously, these went through `tracing`, and so were only visible when running under `--verbose`.
9 lines
211 B
TOML
9 lines
211 B
TOML
[package]
|
|
name = "puffin-normalize"
|
|
version = "0.0.1"
|
|
edition = "2021"
|
|
description = "Normalization for distribution, package and extra anmes"
|
|
|
|
[dependencies]
|
|
serde = { workspace = true, features = ["derive"] }
|