computer: part 7

This commit is contained in:
nym21
2025-04-07 15:48:00 +02:00
parent 4c7e9fbee2
commit cd69ec4fa3
9 changed files with 278 additions and 185 deletions

View File

@@ -10,7 +10,6 @@ use brk_parser::{
rpc::{self, RpcApi},
};
use brk_server::{Server, Website};
use log::info;
pub fn main() -> color_eyre::Result<()> {
color_eyre::install()?;