el_diablo/Cargo.toml

13 lines
253 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]
ratatui = "0.24.0"
crossterm = "0.27.0"
rand = "0.8.5"
petgraph = "0.6.4"