latest pushes
This commit is contained in:
parent
98db6f30fb
commit
482ffe0604
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,5 +1,4 @@
|
||||
publish.sh
|
||||
Cargo.toml
|
||||
Cargo.lock
|
||||
target
|
||||
scripts
|
||||
|
17
Cargo.toml
Normal file
17
Cargo.toml
Normal file
@ -0,0 +1,17 @@
|
||||
[package]
|
||||
name = "bellos"
|
||||
version = "0.0.4"
|
||||
edition = "2021"
|
||||
authors = ["Ronaldson Bellande ronaldsonbellande@gmail.com"]
|
||||
description = "Bellande Operating System Scripting Programming Language written in Rust"
|
||||
license = "GPL-3.0-or-later"
|
||||
|
||||
[lib]
|
||||
path = "src/bellos.rs"
|
||||
|
||||
|
||||
[dependencies]
|
||||
glob = "0.3.0"
|
||||
tempfile = "3.2"
|
||||
shellexpand = "3.1.0"
|
||||
meval = "0.2"
|
Loading…
Reference in New Issue
Block a user