emu/Cargo.toml

13 lines
283 B
TOML

[package]
name = "emu"
version = "0.1.0"
authors = ["IOException <ioexceptionosu@gmail.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = "1.0.34"
base64 = "0.13.0"
lazy_static = "1.4.0"