latest pushes

This commit is contained in:
2024-09-12 03:13:12 -04:00
parent 42da8aa8ac
commit dc45f98a35
8 changed files with 223 additions and 0 deletions

2
Package/Rust/publish.sh Executable file
View File

@@ -0,0 +1,2 @@
cargo package
cargo publish

View File

@@ -0,0 +1,13 @@
[package]
name = "bellande_parser"
version = "0.0.1"
edition = "2021"
authors = ["Ronaldson Bellande ronaldsonbellande@gmail.com"]
description = "Bellande File Format"
license = "GNU"
[lib]
path = "bellande_parser.rs"
[dependencies]
std = { version = "1.65", features = ["collections", "fs", "path"] }