atp 0.0.1

A command line tool for the Authenticated Transfer Protocol
Documentation
[dependencies.anyhow]
version = "1.0.71"

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

[dependencies.directories]
version = "5.0.0"

[dependencies.reqwest]
features = ["json"]
version = "0.11.17"

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

[dependencies.tokio]
features = ["rt-multi-thread", "macros", "fs"]
version = "1.28.0"

[dependencies.toml]
version = "0.7.3"

[package]
description = "A command line tool for the Authenticated Transfer Protocol"
edition = "2021"
license = "MIT"
name = "atp"
readme = "README.md"
version = "0.0.1"