car/Cargo.toml

11 lines
209 B
TOML
Raw Normal View History

2022-05-02 15:38:39 -05:00
[package]
name = "car"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
ctrlc = "3.2.2"
pancurses = "0.17.0"