Reset repo to respect .gitignore

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

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"] }