Clean up architecture

This commit is contained in:
2026-03-25 17:53:44 +01:00
parent 17ddf9071e
commit d4872a1a04
31 changed files with 1490 additions and 1104 deletions

View File

@@ -0,0 +1,12 @@
[package]
name = "brittle-seed"
version = "0.1.0"
edition = "2021"
[[bin]]
name = "brittle-seed"
path = "src/main.rs"
[dependencies]
brittle-core = { path = "../../brittle-core" }
ureq = "2"