From 90b2087c82eddbf11253d0b465ce573cb11e78dc Mon Sep 17 00:00:00 2001 From: unixtensor Date: Sat, 12 Apr 2025 19:10:41 -0400 Subject: [PATCH] remove libbitfyre --- Cargo.lock | 5 ----- Cargo.toml | 1 - 2 files changed, 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2c09feb..843c4dc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -71,7 +71,6 @@ dependencies = [ "clap", "color-print", "crossterm", - "libbitfyre", ] [[package]] @@ -194,10 +193,6 @@ version = "1.70.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf" -[[package]] -name = "libbitfyre" -version = "0.1.0" - [[package]] name = "libc" version = "0.2.171" diff --git a/Cargo.toml b/Cargo.toml index 390a6f8..9933cdf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,6 @@ version = "0.1.0" edition = "2024" [dependencies] -libbitfyre = { path = "../libbitfyre" } clap = { version = "4.5.35", features = ["derive"] } color-print = "0.3.7" crossterm = "0.28.1"