From bac1ee27fcda7477950e8cf24ae8eddfc89a48d4 Mon Sep 17 00:00:00 2001 From: sxyazi Date: Sun, 22 Oct 2023 13:36:54 +0800 Subject: [PATCH] .. [no ci] --- Cargo.toml | 4 +--- cspell.json | 2 +- yazi-adaptor/Cargo.toml | 11 ++++++++--- yazi-config/Cargo.toml | 11 ++++++++--- yazi-core/Cargo.toml | 15 ++++++++++----- yazi-fm/Cargo.toml | 19 ++++++++++++------- yazi-plugin/Cargo.toml | 13 +++++++++---- yazi-shared/Cargo.toml | 11 ++++++++--- 8 files changed, 57 insertions(+), 29 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 989237ec..792aabab 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,8 +1,6 @@ [workspace] resolver = "2" -members = [ - "yazi-*", -] +members = [ "yazi-*" ] [profile.release] lto = true diff --git a/cspell.json b/cspell.json index 0138e4fc..bd61a192 100644 --- a/cspell.json +++ b/cspell.json @@ -1 +1 @@ -{"version":"0.2","language":"en","words":["Punct","KEYMAP","splitn","crossterm","YAZI","unar","peekable","ratatui","syntect","pbpaste","pbcopy","ffmpegthumbnailer","oneshot","Posix","Lsar","XADDOS","zoxide","cands","Deque","precache","imageops","IFBLK","IFCHR","IFDIR","IFIFO","IFLNK","IFMT","IFSOCK","IRGRP","IROTH","IRUSR","ISGID","ISUID","ISVTX","IWGRP","IWOTH","IWUSR","IXGRP","IXOTH","IXUSR","libc","winsize","TIOCGWINSZ","xpixel","ypixel","ioerr","appender","Catppuccin","macchiato","gitmodules","Dotfiles","bashprofile","vimrc","flac","webp","exiftool","mediainfo","ripgrep","nvim","indexmap","indexmap","unwatch","canonicalize","serde","fsevent","Ueberzug","iterm","wezterm","sixel","chafa","ueberzugpp","️ Überzug","️ Überzug","Konsole","Alacritty","Überzug","pkgs","paru","unarchiver","pdftoppm","poppler","prebuild","singlefile","jpegopt","EXIF","rustfmt","mktemp","nanos","xclip","xsel","natord","Mintty","nixos","nixpkgs","SIGTSTP","SIGCONT","SIGCONT","mlua","nonstatic","userdata","metatable","natsort","backstack","luajit","Succ","Succ","cand","fileencoding","foldmethod","lightgreen","darkgray","lightred","lightyellow","lightcyan","nushell","msvc","aarch","linemode"],"flagWords":[]} +{"words":["Punct","KEYMAP","splitn","crossterm","YAZI","unar","peekable","ratatui","syntect","pbpaste","pbcopy","ffmpegthumbnailer","oneshot","Posix","Lsar","XADDOS","zoxide","cands","Deque","precache","imageops","IFBLK","IFCHR","IFDIR","IFIFO","IFLNK","IFMT","IFSOCK","IRGRP","IROTH","IRUSR","ISGID","ISUID","ISVTX","IWGRP","IWOTH","IWUSR","IXGRP","IXOTH","IXUSR","libc","winsize","TIOCGWINSZ","xpixel","ypixel","ioerr","appender","Catppuccin","macchiato","gitmodules","Dotfiles","bashprofile","vimrc","flac","webp","exiftool","mediainfo","ripgrep","nvim","indexmap","indexmap","unwatch","canonicalize","serde","fsevent","Ueberzug","iterm","wezterm","sixel","chafa","ueberzugpp","️ Überzug","️ Überzug","Konsole","Alacritty","Überzug","pkgs","paru","unarchiver","pdftoppm","poppler","prebuild","singlefile","jpegopt","EXIF","rustfmt","mktemp","nanos","xclip","xsel","natord","Mintty","nixos","nixpkgs","SIGTSTP","SIGCONT","SIGCONT","mlua","nonstatic","userdata","metatable","natsort","backstack","luajit","Succ","Succ","cand","fileencoding","foldmethod","lightgreen","darkgray","lightred","lightyellow","lightcyan","nushell","msvc","aarch","linemode","sxyazi"],"language":"en","version":"0.2","flagWords":[]} diff --git a/yazi-adaptor/Cargo.toml b/yazi-adaptor/Cargo.toml index 5229c192..4be11bf6 100644 --- a/yazi-adaptor/Cargo.toml +++ b/yazi-adaptor/Cargo.toml @@ -1,7 +1,12 @@ [package] -name = "yazi-adaptor" -version = "0.1.5" -edition = "2021" +name = "yazi-adaptor" +version = "0.1.5" +edition = "2021" +license = "MIT" +authors = [ "sxyazi " ] +description = "Yazi image adaptor" +homepage = "https://yazi-rs.github.io" +repository = "https://github.com/sxyazi/yazi" [dependencies] yazi-config = { path = "../yazi-config", version = "0.1.5" } diff --git a/yazi-config/Cargo.toml b/yazi-config/Cargo.toml index 64ab62bd..d4bd4209 100644 --- a/yazi-config/Cargo.toml +++ b/yazi-config/Cargo.toml @@ -1,7 +1,12 @@ [package] -name = "yazi-config" -version = "0.1.5" -edition = "2021" +name = "yazi-config" +version = "0.1.5" +edition = "2021" +license = "MIT" +authors = [ "sxyazi " ] +description = "Yazi configuration file parser" +homepage = "https://yazi-rs.github.io" +repository = "https://github.com/sxyazi/yazi" [dependencies] yazi-shared = { path = "../yazi-shared", version = "0.1.5" } diff --git a/yazi-core/Cargo.toml b/yazi-core/Cargo.toml index 9a4df3ce..5c3b1db9 100644 --- a/yazi-core/Cargo.toml +++ b/yazi-core/Cargo.toml @@ -1,12 +1,17 @@ [package] -name = "yazi-core" -version = "0.1.5" -edition = "2021" +name = "yazi-core" +version = "0.1.5" +edition = "2021" +license = "MIT" +authors = [ "sxyazi " ] +description = "Yazi core logic" +homepage = "https://yazi-rs.github.io" +repository = "https://github.com/sxyazi/yazi" [dependencies] yazi-adaptor = { path = "../yazi-adaptor", version = "0.1.5" } -yazi-config = { path = "../yazi-config", version = "0.1.5" } -yazi-shared = { path = "../yazi-shared", version = "0.1.5" } +yazi-config = { path = "../yazi-config", version = "0.1.5" } +yazi-shared = { path = "../yazi-shared", version = "0.1.5" } # External dependencies anyhow = "^1" diff --git a/yazi-fm/Cargo.toml b/yazi-fm/Cargo.toml index 79d0dc0f..567581a4 100644 --- a/yazi-fm/Cargo.toml +++ b/yazi-fm/Cargo.toml @@ -1,14 +1,19 @@ [package] -name = "yazi-fm" -version = "0.1.5" -edition = "2021" +name = "yazi-fm" +version = "0.1.5" +edition = "2021" +license = "MIT" +authors = [ "sxyazi " ] +description = "Yazi File Manager" +homepage = "https://yazi-rs.github.io" +repository = "https://github.com/sxyazi/yazi" [dependencies] yazi-adaptor = { path = "../yazi-adaptor", version = "0.1.5" } -yazi-config = { path = "../yazi-config", version = "0.1.5" } -yazi-core = { path = "../yazi-core", version = "0.1.5" } -yazi-plugin = { path = "../yazi-plugin", version = "0.1.5" } -yazi-shared = { path = "../yazi-shared", version = "0.1.5" } +yazi-config = { path = "../yazi-config", version = "0.1.5" } +yazi-core = { path = "../yazi-core", version = "0.1.5" } +yazi-plugin = { path = "../yazi-plugin", version = "0.1.5" } +yazi-shared = { path = "../yazi-shared", version = "0.1.5" } # External dependencies ansi-to-tui = "^3" diff --git a/yazi-plugin/Cargo.toml b/yazi-plugin/Cargo.toml index b5f3143a..32acf169 100644 --- a/yazi-plugin/Cargo.toml +++ b/yazi-plugin/Cargo.toml @@ -1,11 +1,16 @@ [package] -name = "yazi-plugin" -version = "0.1.5" -edition = "2021" +name = "yazi-plugin" +version = "0.1.5" +edition = "2021" +license = "MIT" +authors = [ "sxyazi " ] +description = "Yazi plugin system" +homepage = "https://yazi-rs.github.io" +repository = "https://github.com/sxyazi/yazi" [dependencies] yazi-config = { path = "../yazi-config", version = "0.1.5" } -yazi-core = { path = "../yazi-core", version = "0.1.5" } +yazi-core = { path = "../yazi-core", version = "0.1.5" } yazi-shared = { path = "../yazi-shared", version = "0.1.5" } # External dependencies diff --git a/yazi-shared/Cargo.toml b/yazi-shared/Cargo.toml index d9c1b500..596ff820 100644 --- a/yazi-shared/Cargo.toml +++ b/yazi-shared/Cargo.toml @@ -1,7 +1,12 @@ [package] -name = "yazi-shared" -version = "0.1.5" -edition = "2021" +name = "yazi-shared" +version = "0.1.5" +edition = "2021" +license = "MIT" +authors = [ "sxyazi " ] +description = "Yazi shared library" +homepage = "https://yazi-rs.github.io" +repository = "https://github.com/sxyazi/yazi" [dependencies] anyhow = "^1"