bmp-steganography/Cargo.toml
2023-11-07 06:09:14 +02:00

10 lines
211 B
TOML

[package]
name = "lab2"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = "1.0.75"
byteorder = "1.5.0"