diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-06-13 21:18:16 +0200 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-06-13 21:19:08 +0200 |
commit | 394d4f7d105dadd7b516f198b0d6a9dda2d3f1a5 (patch) | |
tree | 2270d26a3888651ac419debde0dc51780ddeb494 /Cargo.toml | |
parent | build(flake): Switch to `nixpkgs-unstable-small` (diff) | |
download | yt-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.toml | 2 |
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] |