p2p-file-sharing-enum-commands 0.2.2

Crate for containing common commands for client and daemon
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[dependencies.serde]
features = ["derive"]
version = "1.0"

[package]
authors = ["Alexandr Zhukov <pridett2012@gmail.com>, Serhii Kocherha <serj911kocherga@gmail.com>"]
description = "Crate for containing common commands for client and daemon"
edition = "2018"
license = "MIT/Apache-2.0"
name = "p2p-file-sharing-enum-commands"
version = "0.2.2"
[target."cfg(unix)".dependencies.machine-ip]
version = "0.2"
[target."cfg(windows)".dependencies.ipconfig]
version = "0.2"