remove libbitfyre

This commit is contained in:
rhpidfyre 2025-04-12 19:10:41 -04:00
parent 96f5213264
commit 90b2087c82
2 changed files with 0 additions and 6 deletions

5
Cargo.lock generated
View File

@ -71,7 +71,6 @@ dependencies = [
"clap", "clap",
"color-print", "color-print",
"crossterm", "crossterm",
"libbitfyre",
] ]
[[package]] [[package]]
@ -194,10 +193,6 @@ version = "1.70.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf" checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
[[package]]
name = "libbitfyre"
version = "0.1.0"
[[package]] [[package]]
name = "libc" name = "libc"
version = "0.2.171" version = "0.2.171"

View File

@ -4,7 +4,6 @@ version = "0.1.0"
edition = "2024" edition = "2024"
[dependencies] [dependencies]
libbitfyre = { path = "../libbitfyre" }
clap = { version = "4.5.35", features = ["derive"] } clap = { version = "4.5.35", features = ["derive"] }
color-print = "0.3.7" color-print = "0.3.7"
crossterm = "0.28.1" crossterm = "0.28.1"