[package] name = "reustmann" version = "0.2.1" authors = ["Kerollmops "] keywords = ["von", "neumann", "architecture", "genetic", "algorithm"] description = "Reustmann is a Von Neumann architecture" documentation = "https://docs.rs/reustmann" repository = "https://github.com/Kerollmops/Reustmann" license = "MIT" [dependencies] colorify = "0.2" nom = "^2.0" rustyline = "0.2"