[package]
name = "xtool"
version = "0.0.3"
edition = "2024"
description = "Amazing Tools"
documentation = "https://docs.rs/xtool"
keywords = ["amazing", "tools", "xtool"]
categories = ["command-line-utilities", "development-tools"]
authors = [ "Debin <luodeb@outlook.com>" ]
license = "Apache-2.0"
homepage = "https://github.com/luodeb/xtool.git"
repository = "https://github.com/luodeb/xtool.git"

[dependencies]
anyhow = "1.0"
clap = { version = "4.5", features = ["derive"] }
tokio = { version = "1.42", features = ["full"] }
tftpd = "0.5"
log = "0.4"
env_logger = "0.11"
chrono = "0.4"