Quaternions 91142ba881 roblox_bot_file: hide file tests behind feature flag
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.
2025-01-03 03:23:11 -08:00

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=[]