[package]
name = "rust-algorithm"
version = "0.1.1"
authors = ["joy <joy.lai@zg.com>"]
license = "MIT OR Apache-2.0"
readme = "README.md"
repository = "https://github.com/pefish/rust-algorithm"
documentation = "https://pefish.github.io/rust-algorithm/rust_algorithm/"
homepage = "https://github.com/pefish/rust-algorithm"
description = """
algorithm
"""
keywords = ["algorithm"]
categories = ["algorithms"]
exclude = ["docs", "/.travis.yml", "/appveyor.yml", ".gitignore"]
autobenches = true
edition = "2018"
[dependencies]