last_order 0.1.2

A Rust library for managing network devices.
Documentation
[dependencies.anyhow]
version = "1.0"

[dependencies.log]
version = "0.4"

[dependencies.regex]
version = "1.11"

[dependencies.ssh2]
version = "0.9"

[dev-dependencies.env_logger]
version = "0.11"

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

[package]
authors = ["HBSpy"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A Rust library for managing network devices."
edition = "2021"
license = "MIT"
name = "last_order"
readme = false
repository = "https://github.com/HBSpy/last_order"
version = "0.1.2"