Reset repo to respect .gitignore

This commit is contained in:
2024-09-12 02:49:34 -04:00
parent 6a5bedcc2e
commit 42da8aa8ac
9 changed files with 2 additions and 223 deletions

2
Package/Rust/.gitignore vendored Normal file
View File

@@ -0,0 +1,2 @@
publish.sh
src/Cargo.toml

View File

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

View File

@@ -1,13 +0,0 @@
[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"] }