el_diablo/Cargo.toml

13 lines
269 B
TOML
Raw Normal View History

2023-11-08 06:52:20 +01:00
[package]
name = "el_diabolo"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2024-10-20 14:59:20 +02:00
ratatui = "0.28.1"
crossterm = "0.28.1"
2023-12-04 18:41:21 +01:00
rand = "0.8.5"
2024-10-20 14:59:20 +02:00
petgraph = "0.6.5"
whoami = "1.5.2"