sim-lib-repl 0.1.0

Loadable SIM command-line REPL library.
Documentation
# Generated by `sh bin/simctl meta-build`; do not edit or commit.
# This shim lets the ignored meta-workspace own the package.
[package]
name = "sim-lib-repl"
version = "0.1.0"
edition.workspace = true
license.workspace = true
description = "Loadable SIM command-line REPL library."
readme = "README.md"
publish = true
repository = "https://github.com/sim-nest/sim-cli"
homepage = "https://github.com/sim-nest/sim-cli"

[dependencies]
sim-run-core = { version = "0.1.0", path = "../sim-run-core" }
sim-codec = { version = "0.1.0" }
sim-kernel = { version = "0.1.0" }

[dev-dependencies]
sim = { package = "sim-nest", version = "0.1.0", default-features = false, features = ["core", "shape", "codec-lisp", "numbers-prelude"] }

[lints]
workspace = true