8 lines
191 B
TOML
8 lines
191 B
TOML
[package]
|
|
name = "rlbuild"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
rlisp_library = { git="https://git.ablecorp.us/able/rlisp.git"}
|
|
clap = { version = "4.5", features = ["derive"] } |