[package] name = "sccf2target" version = "0.1.0" authors = [] description = "" dependencies = [ { name = "sccf", path = "../../sccf" }, { name = "pe", path = "../pe" }, { name = "elf", path = "../elf" }, # for mcode with x86_64 { name = "mcode", path = "../../mcode" }, ] # features = {} # default_features = []