[package] name = "wander-repl" version = "0.5.0" publish = true authors = ["Alex Michael Berry "] edition = "2021" license = "MPL-2.0" description = "A REPL for working with Wander." repository = "https://github.com/almibe/wander/" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] wander = "0.5.0" #{ path = "../wander" } rustyline = "12.0.0" tabled = "0.14.0" anyhow = "1.0"