sandpile 0.1.0

Library to do sandpile computations
Documentation
[package]
name = "sandpile"
version = "0.1.0"
description = "Library to do sandpile computations"
readme = "README.md"
repository = "https://github.com/chinmaydd/sandpile"
license = "MIT"
authors = ["chinmaydd <chinmay1dd@gmail.com>"]

[lib]
name = "sandpile"
path = "src/lib.rs"

[dependencies]