Remove last use of byteorder crate

This commit is contained in:
2024-03-09 23:29:51 -08:00
parent 59221648ca
commit 2d9fce3f59
3 changed files with 1 additions and 11 deletions
Generated
-7
View File
@@ -6,16 +6,9 @@ version = 3
name = "assembler"
version = "0.1.0"
dependencies = [
"byteorder",
"nom",
]
[[package]]
name = "byteorder"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
[[package]]
name = "memchr"
version = "2.7.1"