[package]
edition = "2024"
name = "cloud_terrastodon_pathing"
version = "0.35.1"
authors = ["TeamDman"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Well-known paths for the Cloud Terrastodon project"
readme = "README.md"
keywords = [
"azure",
"cli",
"iac",
"cloud",
"sdk",
]
categories = [
"command-line-interface",
"command-line-utilities",
"api-bindings",
"asynchronous",
"parsing",
]
license = "LiLiQ-R-1.1"
repository = "https://github.com/AAFC-Cloud/Cloud-Terrastodon.git"
[lib]
name = "cloud_terrastodon_pathing"
path = "src/lib.rs"
[dependencies.async-trait]
version = "0.1.88"
[dependencies.clap]
version = "4.5.9"
features = [
"derive",
"string",
]
[dependencies.directories-next]
version = "2.0.0"
[dependencies.eyre]
version = "0.6.12"
[dependencies.tokio]
version = "1.44.2"
features = ["full"]
[dependencies.tracing]
version = "0.1.40"