From 482ffe060433d132cb466d4c13450d33d768b5c1 Mon Sep 17 00:00:00 2001 From: RonaldsonBellande Date: Fri, 4 Oct 2024 21:30:49 -0400 Subject: [PATCH] latest pushes --- .gitignore | 1 - Cargo.toml | 17 +++++++++++++++++ 2 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 Cargo.toml diff --git a/.gitignore b/.gitignore index 11ac2cb..6dabe9a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,4 @@ publish.sh -Cargo.toml Cargo.lock target scripts diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..425b5cd --- /dev/null +++ b/Cargo.toml @@ -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"