mirror of
https://github.com/Astatin3/Rustbg.git
synced 2026-06-09 00:28:07 -06:00
10 lines
143 B
TOML
10 lines
143 B
TOML
[package]
|
|
name = "Rustbg"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
term_size = "0.3.2"
|
|
rand = "0.9.0-alpha.2"
|
|
ansi-escapes = "0.2.0"
|