rom: cleanup; defer to cognos for state management

Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: I6a6a69647ec63e70606bc2e8e03ba97546f70c09
This commit is contained in:
raf 2025-10-10 10:00:42 +03:00
commit e0069c0ec3
Signed by: NotAShelf
GPG key ID: 29D95B64378DB4BF
10 changed files with 114 additions and 56 deletions

View file

@ -1,18 +1,13 @@
[workspace]
members = [ "cognos", "rom" ]
members = ["cognos", "rom"]
resolver = "3"
[workspace.package]
name = "rom"
version = "0.1.0"
edition = "2024"
authors = ["NotAShelf <raf@notashelf.dev>"]
description = "Pretty build graphs for Nix builds"
license = "MPL-2.0"
repository = "https://github.com/notashelf/rom"
homepage = "https://github.com/notashelf/rom"
rust-version = "1.85"
readme = true
[workspace.dependencies]
anyhow = "1.0.100"