diff options
| author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-07-24 17:18:07 +0200 |
|---|---|---|
| committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-07-24 17:18:07 +0200 |
| commit | 19d3c02396ac1c00742e50e60a0a840fbfade1ac (patch) | |
| tree | 31ada80cf14a889b34ba5bdc075ab76e0a2cf17d /crates/yt_dlp/crates/pyo3-pylogger/Cargo.toml | |
| parent | chore(treewide): Add missing license headers (diff) | |
| download | yt-19d3c02396ac1c00742e50e60a0a840fbfade1ac.zip | |
style(treewide): Format
Diffstat (limited to '')
| -rw-r--r-- | crates/yt_dlp/crates/pyo3-pylogger/Cargo.toml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/crates/yt_dlp/crates/pyo3-pylogger/Cargo.toml b/crates/yt_dlp/crates/pyo3-pylogger/Cargo.toml index 259ea98..6375528 100644 --- a/crates/yt_dlp/crates/pyo3-pylogger/Cargo.toml +++ b/crates/yt_dlp/crates/pyo3-pylogger/Cargo.toml @@ -12,7 +12,11 @@ name = "pyo3-pylogger" version = "0.5.0" edition = "2021" -authors = ["Dylan Bobby Storey <dylan.storey@gmail.com>", "cpu <daniel@binaryparadox.net>" , "Warren Snipes <contact@warrensnipes.dev>"] +authors = [ + "Dylan Bobby Storey <dylan.storey@gmail.com>", + "cpu <daniel@binaryparadox.net>", + "Warren Snipes <contact@warrensnipes.dev>", +] description = "Enables `log` for pyo3 based Rust applications using the `logging` modules." publish = ["crates-io"] license = "Apache-2.0" |
