cnetworks 0.1.1

A set of tools for creating and manipulating complex networks
Documentation
[package]
name = "cnetworks"
version = "0.1.1"
authors = ["Piotr Machura <piotr.machura16@gmail.com>"]
edition = "2018"
license = "MIT"
repository = "https://github.com/piotr-machura/cnetworks"
homepage =  "https://github.com/piotr-machura/cnetworks"
readme = "README.md"
keywords = ["complex-network"]
categories = ["mathematics", "science"]
description = "A set of tools for creating and manipulating complex networks"
exclude = ["/src/bin"]

[[bin]]
name = "main"
path = "src/bin/main.rs"

[dependencies]
rand = "0.8.3"
queues = "1.0.0"