[package] name = "snowfall" version = "0.1.0" edition = "2021" author = "Shaun Hamilton" description = "A snowflake animation in the terminal" license = "MIT" [dependencies] crossterm = "0.27.0" rand = "0.8.5"