forked from StrafesNET/strafe-project
Quaternions
91142ba881
Files are missing from git tree which causes `cargo test` run on the repository root to fail. This change means that all tests from all modules now pass.
12 lines
153 B
TOML
12 lines
153 B
TOML
[package]
|
|
name = "strafesnet_roblox_bot_file"
|
|
version = "0.2.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
binrw = "0.14.1"
|
|
bitflags = "2.6.0"
|
|
|
|
[features]
|
|
test=[]
|