[package] name = "simple_lsystems" version = "0.1.1" authors = ["mechaxl"] description = "A simple library for working with Lindenmayer systems." repository = "https://github.com/mechaxl/simple_lsystems" license = "GPL-3.0" readme = "README.md" keywords = [ "lsystem", "lsystems", "l-systems", "lindenmayer", ] [dependencies] rand = "0.3"