mirror of
https://github.com/EFForg/rayhunter.git
synced 2026-07-25 00:38:10 -07:00
rename failsafe mode to debug mode
This commit is contained in:
+2
-2
@@ -6,8 +6,8 @@ edition = "2021"
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[[bin]]
|
||||
name = "failsafe_reader"
|
||||
path = "src/failsafe_reader.rs"
|
||||
name = "debug_reader"
|
||||
path = "src/debug_reader.rs"
|
||||
|
||||
[dependencies]
|
||||
bytes = "1.5.0"
|
||||
|
||||
Reference in New Issue
Block a user