galion 0.7.8

rclone sync on ratatui
Documentation
[[bin]]
name = "galion"
path = "src/main.rs"

[build-dependencies.bindgen]
version = "0.72.1"

[dependencies.clap]
features = ["derive"]
version = "4.5.53"

[dependencies.home]
version = "0.5"

[dependencies.rand]
version = "0.9.2"

[dependencies.ratatui]
version = "0.30"

[dependencies.serde]
features = ["derive"]
version = "1"

[dependencies.serde_json]
version = "1"

[dependencies.time]
features = ["macros", "local-offset", "formatting"]
version = "0.3"

[lib]
name = "galion"
path = "src/lib.rs"

[package]
authors = ["n4n5 <its.just.n4n5@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
categories = ["command-line-utilities", "filesystem"]
description = "rclone sync on ratatui"
edition = "2024"
homepage = "https://github.com/Its-Just-Nans/galion"
keywords = ["rclone", "galion", "cloud", "sync", "tui"]
license = "MIT"
name = "galion"
readme = "README.md"
repository = "https://github.com/Its-Just-Nans/galion"
version = "0.7.8"

[[test]]
name = "test"
path = "tests/test.rs"