multiview/Cargo.toml

12 lines
243 B
TOML
Raw Permalink Normal View History

2023-10-17 22:59:08 +02:00
[package]
name = "multiview"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2023-10-21 16:15:15 +02:00
pty-process = "0.4.0"
2023-10-17 22:59:08 +02:00
termion = "2.0.1"
2023-10-26 11:38:09 +02:00
unicode-width = "0.1.11"