-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
24 lines (22 loc) · 568 Bytes
/
Copy pathCargo.toml
File metadata and controls
24 lines (22 loc) · 568 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[package]
name = "digital_rain"
version = "0.7.0"
edition = "2024"
description = "Terminal-based Matrix digital rain effect with customizable visuals"
license = "MIT"
authors = ["Herb Hall"]
repository = "https://github.com/HerbHall/DigitalRain"
homepage = "https://github.com/HerbHall/DigitalRain"
readme = "README.md"
rust-version = "1.85"
[dependencies]
crossterm = "0.29"
rand = "0.9"
clap = { version = "4", features = ["derive"] }
toml = "1.1"
serde = { version = "1", features = ["derive"] }
dirs = "6"
[profile.release]
opt-level = 3
lto = true
strip = true