rom: cleanup; defer to cognos for state management
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: I6a6a69647ec63e70606bc2e8e03ba97546f70c09
This commit is contained in:
parent
5fea07c768
commit
e0069c0ec3
10 changed files with 114 additions and 56 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue