rename failsafe mode to debug mode

This commit is contained in:
Will Greenberg
2023-12-13 13:37:57 -08:00
parent 6cc22c3863
commit 0187fa51e8
4 changed files with 33 additions and 28 deletions
+2 -2
View File
@@ -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"