[package] name = "strop" version = "0.1.1" authors = ["Sam M W "] edition = "2018" description = "stochastically generates machine code" license = "MIT" repository = "https://github.com/omarandlorraine/strop" homepage = "https://github.com/omarandlorraine/strop" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] num-traits = "0.2.15" rand = "0.8.5" [dev-dependencies] mos6502 = "0.2.0"