about summary refs log tree commit diff stats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-06-16 15:32:28 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-06-16 15:32:28 +0200
commit3f6ef87fc31581215cb00d56462b35e07b7a1f28 (patch)
tree714c3e93dd411ab16a98acd85bc57837e3635fd2 /Cargo.lock
parentchore(version): v1.6.0 (diff)
downloadyt-3f6ef87fc31581215cb00d56462b35e07b7a1f28.zip
fix(yt_dlp/): Include the frozen python stdlib
This avoids the dependency on a real std-library (i.e., python3) at
runtime.
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock2
1 files changed, 2 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 2e7b2cc..6aa53ad 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2890,6 +2890,8 @@ version = "0.4.0"
 source = "git+https://github.com/RustPython/RustPython.git#c968fe0fd9d7466dc9d5d97e973b82ba35e516d8"
 dependencies = [
  "glob",
+ "rustpython-compiler-core",
+ "rustpython-derive",
 ]
 
 [[package]]