[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 "] [lib] name = "sandpile" path = "src/lib.rs" [dependencies]