pyroclear 1.0.0

Watch your terminal go up in flames! A fire animation for clearing your terminal.
[package]
name = "pyroclear"
version = "1.0.0"
edition = "2021"
description = "Watch your terminal go up in flames! A fire animation for clearing your terminal."
license = "MIT"
homepage = "https://github.com/shreyanth-sureshkrishnaa/pyroclear"
repository = "https://github.com/shreyanth-sureshkrishnaa/pyroclear"
readme = "README.md"
keywords = ["cli", "utility", "terminal", "fire", "animation"]
categories = ["command-line-utilities"]

[[bin]]
name = "pyroclear"
path = "src/main.rs"

[target.'cfg(unix)'.dependencies]
libc = "0.2"

[profile.release]
opt-level = 3
lto = true