kure2-cli 0.3.0

REPL for the Kure2 DSL
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "kure2-cli"
version = "0.3.0"
edition = "2024"
description = "REPL for the Kure2 DSL"
readme = "../README.md"
repository = "https://github.com/Benjamin-Davies/kure2-rs"
license = "GPL-3.0"

[[bin]]
name = "kure"
path = "src/main.rs"

[dependencies]
kure2 = { workspace = true }
pretty_assertions = { workspace = true }
rustyline = { workspace = true }