23 lines
622 B
TOML
23 lines
622 B
TOML
[package]
|
|
name = "bellos"
|
|
version = "0.0.4"
|
|
edition = "2021"
|
|
authors = ["Ronaldson Bellande <ronaldsonbellande@gmail.com>"]
|
|
description = "Bellande Operating System Scripting Language written in Rust"
|
|
license = "GPL-3.0-or-later"
|
|
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"]
|
|
|
|
[lib]
|
|
path = "src/bellos.rs"
|
|
|
|
|
|
[dependencies]
|
|
glob = "0.3.0"
|
|
tempfile = "3.2"
|
|
shellexpand = "3.1.0"
|
|
meval = "0.2"
|