From 93794768a21fe2e4a5b8d62c152a071bd72d3224 Mon Sep 17 00:00:00 2001 From: piecka Date: Tue, 18 Mar 2025 09:21:54 +0100 Subject: [PATCH] fixed: package.toml syntax? --- package.toml | 35 +++++++++++++++++++++++------------ 1 file changed, 23 insertions(+), 12 deletions(-) diff --git a/package.toml b/package.toml index ba987f4..a83242c 100644 --- a/package.toml +++ b/package.toml @@ -1,13 +1,24 @@ -[plugin] -deps = [ - { use = "yazi-rs/plugins:full-border" }, - { use = "yazi-rs/plugins:git" }, - { use = "yazi-rs/plugins:smart-enter" }, - { use = "yazi-rs/plugins:chmod" }, - { use = "saumyajyoti/omp" }, -] +[[plugin.deps]] +use = "yazi-rs/plugins:smart-enter" +rev = "" +hash = "" -[flavor] -deps = [ - { use = "BennyOe/onedark" }, -] +[[plugin.deps]] +use = "yazi-rs/plugins:full-border" +rev = "" +hash = "" + +[[plugin.deps]] +use = "yazi-rs/plugins:git" +rev = "" +hash = "" + +[[plugin.deps]] +use = "yazi-rs/plugins:chmod" +rev = "" +hash = "" + +[[flavor.deps]] +use = "BennyOe/onedark" +rev = "" +hash = ""