Initial commit

This commit is contained in:
2023-09-04 12:24:00 -07:00
parent 38d1ff62ab
commit 9e482891ba
4 changed files with 437 additions and 0 deletions

9
Cargo.toml Normal file
View File

@@ -0,0 +1,9 @@
[package]
name = "strafesnet-scanner"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
rbx_binary = "0.7.1"