mirror of
https://github.com/sxyazi/yazi.git
synced 2024-11-28 11:28:02 +03:00
20 lines
354 B
TOML
20 lines
354 B
TOML
[package]
|
|
name = "adaptor"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
config = { path = "../config" }
|
|
shared = { path = "../shared" }
|
|
|
|
# External dependencies
|
|
anyhow = "^1"
|
|
base64 = "^0"
|
|
color_quant = "^1"
|
|
image = "^0"
|
|
ratatui = "^0"
|
|
tokio = { version = "^1", features = [ "parking_lot" ] }
|
|
|
|
# Logging
|
|
tracing = "^0"
|