beamr-cli 0.1.0

Thin runner for beamr — load a .beam file and execute it
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "beamr-cli"
version = "0.1.0"
edition = "2024"
description = "Thin runner for beamr — load a .beam file and execute it"
readme = "README.md"
license.workspace = true
repository.workspace = true
authors.workspace = true

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

[dependencies]
beamr = { version = "0.1.0", path = "../beamr" }