aboutsummaryrefslogtreecommitdiffstats
path: root/crates
diff options
context:
space:
mode:
Diffstat (limited to 'crates')
-rw-r--r--crates/yt_dlp/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/yt_dlp/Cargo.toml b/crates/yt_dlp/Cargo.toml
index 81e1412..3eff9a2 100644
--- a/crates/yt_dlp/Cargo.toml
+++ b/crates/yt_dlp/Cargo.toml
@@ -29,6 +29,7 @@ rustpython = { git = "https://github.com/RustPython/RustPython.git", features =
"threading",
"stdlib",
"stdio",
+ "freeze-stdlib",
"importlib",
"ssl",
], default-features = false }