From 10b07fa5a4f4080ef5417720b2d15179b72d2fc2 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Mon, 16 Jun 2025 14:07:50 +0200 Subject: style(treewide): Reformat --- crates/yt_dlp/Cargo.toml | 8 +++++++- crates/yt_dlp/README.md | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) (limited to 'crates/yt_dlp') 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" diff --git a/crates/yt_dlp/README.md b/crates/yt_dlp/README.md index 591ef2e..ece8540 100644 --- a/crates/yt_dlp/README.md +++ b/crates/yt_dlp/README.md @@ -12,7 +12,7 @@ If not, see . # Yt_py -> \[can be empty\] +> [can be empty] Some text about the project. -- cgit 1.4.1