thegame/Cargo.toml

16 lines
382 B
TOML

[package]
name = "metodol_projekt"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
serde = { version = "1.0.219", features = ["derive"] }
serde_json = "1.0.140"
terminal_size = "0.3.0"
signal-hook = "0.3"
text_io = "0.1.13"
lazy_static = "1.5.0"
colored = "3.0.0"
chrono = "0.4.41"