simple_host_networks_manager_cli 0.0.4

host networks manager cli
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies.simple_host_networks_manager_lib]
default-features = false
version = "0.0.3"

[dependencies.tokio]
default-features = false
features = ["macros", "rt-multi-thread"]
version = "1.33.0"

[package]
authors = ["Dario Caruso"]
description = "host networks manager cli"
documentation = "https://docs.rs/simple_host_networks_manager_cli"
edition = "2021"
license = "Apache-2.0"
name = "simple_host_networks_manager_cli"
repository = "https://github.com/dottgonzo/simple-host-networks-manager"
version = "0.0.4"