[package] name = "metaemu-arch-additional" version = "0.1.0" edition = "2021" authors = ["Sam Thomas ", "Zitai Chen "] license = "MIT" description = "Part of MetaEmu core packages" homepage = "https://fugue.re" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] anyhow = "1" log = { version = "0.4" } thiserror = "1.0" ux = "0.1" fugue = { version = "0.2.8"} metaemu = { version = "0.3", features = ["concrete"] }