[package]
name = "patch-prolog-repl"
version.workspace = true
edition.workspace = true
authors.workspace = true
license.workspace = true
description = "Interactive REPL for patch-prolog (`plgr`) — drives the compiler, never interprets"
repository = "https://git.navicore.tech/navicore/patch-prolog"
keywords = ["repl", "prolog", "patch-prolog", "tui"]
categories = ["development-tools", "command-line-utilities"]
[[bin]]
name = "plgr"
path = "src/main.rs"
[dependencies]
plg-frontend = { path = "../frontend", version = "=0.3.0", package = "patch-prolog-frontend" }
plg-shared = { path = "../shared", version = "=0.3.0", package = "patch-prolog-shared" }
ratatui.workspace = true
crossterm.workspace = true
shlex.workspace = true
vim-line = { workspace = true, features = ["history"] }
tempfile.workspace = true
clap.workspace = true