bellos/Cargo.toml

23 lines
622 B
TOML
Raw Permalink Normal View History

2024-10-05 01:30:49 +00:00
[package]
name = "bellos"
version = "0.0.4"
edition = "2021"
2024-10-07 13:48:20 +00:00
authors = ["Ronaldson Bellande <ronaldsonbellande@gmail.com>"]
description = "Bellande Operating System Scripting Language written in Rust"
2024-10-05 01:30:49 +00:00
license = "GPL-3.0-or-later"
2024-10-07 13:48:20 +00:00
repository = "https://github.com/Architecture-Mechanism/bellos"
documentation = "https://bellande-architecture-mechanism-research-innovation-center.org/bellos/docs"
readme = "README.md"
keywords = ["scripting-language", "operating-system", "bellos"]
categories = ["compilers"]
2024-10-05 01:30:49 +00:00
[lib]
path = "src/bellos.rs"
[dependencies]
glob = "0.3.0"
tempfile = "3.2"
shellexpand = "3.1.0"
meval = "0.2"