feat: reorganize to one flake one rust project

This commit is contained in:
Jet 2026-03-18 17:33:57 -07:00
parent 5183130427
commit e8b60519e7
No known key found for this signature in database
23 changed files with 792 additions and 2144 deletions

9
Cargo.toml Normal file
View file

@ -0,0 +1,9 @@
[workspace]
members = [
"pi/pi-service",
"remote/noisebell-common",
"remote/cache-service",
"remote/discord-bot",
"remote/rss-service",
]
resolver = "2"