mirror of
https://github.com/MeexReay/bRAC.git
synced 2025-05-06 13:38:04 +03:00
11 lines
168 B
TOML
11 lines
168 B
TOML
[package]
|
|
name = "bRAC"
|
|
version = "1.99.2"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
rand = "0.9.0"
|
|
regex = "1.11.1"
|
|
colored = "3.0.0"
|
|
lazy_static = "1.5.0"
|
|
crossterm = "0.28.1" |