[package] name = "lsystems" version = "0.2.1" authors = ["mechaxl"] description = "A simple library for working with Lindenmayer systems." repository = "https://gitlab.com/mechaxl/lsystems" license = "GPL-3.0" readme = "README.md" keywords = [ "lsystem", "lsystems", "l-systems", "lindenmayer", ] [[example]] name = "basic" path = "examples/basic/main.rs" [dependencies] rand = "0.3"