Implement Serializer (#3)
Add an algorithm to generate a bot file from a set of timelines. Reviewed-on: #3 Co-authored-by: Rhys Lloyd <krakow20@gmail.com> Co-committed-by: Rhys Lloyd <krakow20@gmail.com>
This commit was merged in pull request #3.
This commit is contained in:
@@ -1,10 +1,13 @@
|
||||
[package]
|
||||
name = "strafesnet_roblox_bot_file"
|
||||
version = "0.8.0"
|
||||
edition = "2021"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
binrw = "0.15.0"
|
||||
bitflags = "2.6.0"
|
||||
itertools = { version = "0.14.0", optional = true }
|
||||
|
||||
[features]
|
||||
default = ["itertools"]
|
||||
itertools = ["dep:itertools"]
|
||||
|
||||
Reference in New Issue
Block a user