Working if statement

partially
This commit is contained in:
GhostedGaming 2024-12-24 03:35:41 -05:00 committed by BitSyndicate
parent 7e940200c6
commit f39df7d29d
2 changed files with 21 additions and 3 deletions

View file

@ -20,6 +20,8 @@ regex = "1.11.1"
rustyline = { version = "15.0.0", features = ["derive", "rustyline-derive"] }
tokio = { version = "1.42.0", features = ["macros", "parking_lot", "rt", "rt-multi-thread"] }
rand = "0.8.5"
[profile.dev]
debug-assertions = true