[package] name = "fireworks" version = "1.0.4" authors = ["DarrienG "] edition = "2018" description="A fun display of fireworks in the terminal" repository = "https://gitlab.com/darrieng/term-fireworks" readme = "./README.md" keywords = ["terminal", "termion", "fun", "fireworks", "independence"] license = "GPL-3.0" [dependencies] termion = "1.5.5" rand = "0.7" colors-transform = "0.2.11" clap = "2.33.3"