latest pushes
This commit is contained in:
2
Package/Rust/publish.sh
Executable file
2
Package/Rust/publish.sh
Executable file
@@ -0,0 +1,2 @@
|
||||
cargo package
|
||||
cargo publish
|
13
Package/Rust/src/Cargo.toml
Normal file
13
Package/Rust/src/Cargo.toml
Normal 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"] }
|
Reference in New Issue
Block a user