multiview/Cargo.toml

11 lines
218 B
TOML
Raw 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"