OOP_IO-2x_2023-mirror/Rust/lab_1/Cargo.toml

9 lines
192 B
TOML
Raw Normal View History

2023-05-06 23:18:57 +03:00
[package]
name = "lab_1"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2023-05-08 13:36:12 +03:00
text_io = "0.1.12"