about summary refs log tree commit diff stats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-06-13 21:18:16 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-06-13 21:19:08 +0200
commit394d4f7d105dadd7b516f198b0d6a9dda2d3f1a5 (patch)
tree2270d26a3888651ac419debde0dc51780ddeb494 /Cargo.toml
parentbuild(flake): Switch to `nixpkgs-unstable-small` (diff)
downloadyt-394d4f7d105dadd7b516f198b0d6a9dda2d3f1a5.zip
refactor(yt): Move to `crates/yt`
Having one crate outside the `crates` directory is just weird.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 222ef7e..470eb58 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -16,7 +16,7 @@ members = [
   "crates/libmpv2",
   "crates/libmpv2/libmpv2-sys",
   "crates/termsize",
-  "yt",
+  "crates/yt",
 ]
 
 [workspace.package]