about summary refs log tree commit diff stats
path: root/crates/yt_dlp/Cargo.toml
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-06-16 14:07:50 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-06-16 14:07:50 +0200
commit10b07fa5a4f4080ef5417720b2d15179b72d2fc2 (patch)
tree091ab713c9883c7e4b4c02a78c60b79d6e799e56 /crates/yt_dlp/Cargo.toml
parentchore(treewide): Add missing copyright headers (diff)
downloadyt-10b07fa5a4f4080ef5417720b2d15179b72d2fc2.zip
style(treewide): Reformat
Diffstat (limited to 'crates/yt_dlp/Cargo.toml')
-rw-r--r--crates/yt_dlp/Cargo.toml8
1 files changed, 7 insertions, 1 deletions
diff --git a/crates/yt_dlp/Cargo.toml b/crates/yt_dlp/Cargo.toml
index e5d14fd..81e1412 100644
--- a/crates/yt_dlp/Cargo.toml
+++ b/crates/yt_dlp/Cargo.toml
@@ -25,7 +25,13 @@ publish = true
 indexmap = { version = "2.9.0", default-features = false }
 log.workspace = true
 reqwest = { version = "0.12.20", features = ["blocking", "json"] }
-rustpython = { git = "https://github.com/RustPython/RustPython.git", features = ["threading", "stdlib", "stdio", "importlib", "ssl"], default-features = false }
+rustpython = { git = "https://github.com/RustPython/RustPython.git", features = [
+  "threading",
+  "stdlib",
+  "stdio",
+  "importlib",
+  "ssl",
+], default-features = false }
 serde = { workspace = true, features = ["derive"] }
 serde_json.workspace = true
 thiserror = "2.0.12"