13 lines
No EOL
209 B
TOML
13 lines
No EOL
209 B
TOML
[package]
|
|
name = "status-bar"
|
|
version = "0.1.0"
|
|
authors = ["Brooks J Rady <b.j.rady@gmail.com>"]
|
|
edition = "2018"
|
|
license = "MIT"
|
|
|
|
[dependencies]
|
|
colored = "2"
|
|
mosaic-tile = "0.4"
|
|
|
|
[profile.release]
|
|
lto = true |