mirror of
https://github.com/sxyazi/yazi.git
synced 2026-07-21 23:01:05 +00:00
19 lines
602 B
TOML
19 lines
602 B
TOML
[package]
|
|
name = "yazi-sftp"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
license = "MIT"
|
|
authors = [ "AspectUnk", "sxyazi <sxyazi@gmail.com>" ]
|
|
description = "Yazi SFTP client"
|
|
homepage = "https://yazi-rs.github.io"
|
|
repository = "https://github.com/sxyazi/yazi"
|
|
|
|
[dependencies]
|
|
bitflags = { workspace = true }
|
|
parking_lot = { workspace = true }
|
|
russh = { workspace = true }
|
|
serde = { workspace = true }
|
|
tokio = { workspace = true }
|
|
|
|
[target."cfg(windows)".dependencies]
|
|
os_str_bytes = { version = "7.1.1", default-features = false, features = [ "conversions" ] }
|