workspace: reorg

This commit is contained in:
nym21
2025-01-28 17:45:36 +01:00
parent f7f3e3cc03
commit 8c610f8a83
66 changed files with 268 additions and 389 deletions

13
computer/Cargo.toml Normal file
View File

@@ -0,0 +1,13 @@
[package]
name = "bomputer"
version = "0.1.0"
edition = "2021"
[dependencies]
biter = { workspace = true }
bindex = { workspace = true }
color-eyre = { workspace = true }
derive_deref = { workspace = true }
exit = { workspace = true }
jiff = { workspace = true }
rayon = { workspace = true }