Skip to content

Instantly share code, notes, and snippets.

@GrayJack
Created December 19, 2018 23:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save GrayJack/4e2fe6dfd2465f1e96a5568ff2890a7f to your computer and use it in GitHub Desktop.
Save GrayJack/4e2fe6dfd2465f1e96a5568ff2890a7f to your computer and use it in GitHub Desktop.
[package]
name = "algos"
version = "0.3.3"
authors = ["GrayJack <gr41.j4ck@gmail.com>"]
readme = "README.md"
license = "BSD-3-Clause"
license-file = "LICENSE"
repository = "https://github.com/GrayJack/algos"
documentation = "https://docs.rs/algos"
homepage = "https://crates.io/crates/algos"
description = "A collection of algorithms in rust"
exclude = ["/.travis.yml"]
edition = "2018"
[dependencies]
rand = "0.6"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment