enemize-rs/bin_comp/Cargo.toml

13 lines
260 B
TOML

[package]
name = "bin_comp"
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"
enemize = { path = "../enemize" }
serde_json = "1.0"
tempfile = "3"