[package] authors = ["Nathaniel Ringo "] description = "The OftLisp bootstrapper." homepage = "https://github.com/oftlisp/oftlisp-rs" license = "MIT" name = "oftb" version = "0.1.3" [dependencies] clap = "2.26.1" either = "1.1.0" gc = "0.3.2" log = "0.3.8" pretty_logger = "0.1.8" prettytable-rs = "0.6.7" void = "1.0.2" [dependencies.oftlisp] path = ".." version = "0.1.3" [dependencies.oftlisp-anf] path = "../oftlisp-anf" version = "0.1.3" [dependencies.rustyline] optional = true version = "1.0.0"